summary refs log tree commit diff
path: root/flake.nix
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2024-09-07 04:39:53 +0200
committerRory& <root@rory.gay>2024-09-09 21:39:55 +0200
commit7a86ca69369e527168b0c402724d1d4b839d25e9 (patch)
tree7327ee40048dbf24ec0eaa80be5533222320178e /flake.nix
parentUpdate flake.lock to fix merge conflict (diff)
downloadRory-Open-Architecture-7a86ca69369e527168b0c402724d1d4b839d25e9.tar.xz
Synapse worker changes
Diffstat (limited to 'flake.nix')
-rwxr-xr-xflake.nix24
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";