updated local Sovran Pro Flake

This commit is contained in:
naturallaw77 2023-06-01 09:56:06 -07:00
parent f0cb0694db
commit aeeceae980

View File

@ -1,14 +1,22 @@
{
description = "The Ultimate Sovran Pro Configuration from Sovran Systems";
description = "Sovran_SystemsOS for the Sovran Pro from Sovran Systems";
inputs = {
Sovran_Systems.url = "git+https://git.sovransystems.com/Sovran_Systems/Sovran_Pro";
Sovran_Systems.url = "git+https://git.sovransystems.com/Sovran_Systems/Sovran_SystemsOS";
};
outputs = { self, Sovran_Systems, ... }@inputs: {
nixosConfigurations."nixos" = Sovran_Systems.inputs.nixpkgs.lib.nixosSystem {
system = "x86_64-linux";
modules = [ Sovran_Systems.nixosModules.Sovran_Pro ];
modules = [ Sovran_Systems.nixosModules.Sovran_SystemsOS];
};
};
}