diff options
Diffstat (limited to 'flake.nix')
-rwxr-xr-x | flake.nix | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/flake.nix b/flake.nix index e3cf2a9..86e7d71 100755 --- a/flake.nix +++ b/flake.nix @@ -33,7 +33,7 @@ # Own projects botcore-v4 = { url = "gitlab:BotCore-Devs/BotCore-v4/staging"; - inputs.nixpkgs.follows = "nixpkgs"; + #inputs.nixpkgs.follows = "nixpkgs"; }; # Packages built from git @@ -106,17 +106,17 @@ }; #UNSTABLE - Rory-devenv = nixpkgs.lib.nixosSystem { - system = "x86_64-linux"; - modules = [ - ./host/Rory-devenv/configuration.nix - ./hardware-configuration.nix - home-manager.nixosModules.home-manager - ]; - specialArgs = { - inherit home-manager; - }; - }; + #Rory-devenv = nixpkgs.lib.nixosSystem { + # system = "x86_64-linux"; + # modules = [ + # ./host/Rory-devenv/configuration.nix + # ./hardware-configuration.nix + # home-manager.nixosModules.home-manager + # ]; + # specialArgs = { + # inherit home-manager; + # }; + #}; Rory-desktop = nixpkgs.lib.nixosSystem { system = "x86_64-linux"; |