summary refs log tree commit diff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix7
1 files changed, 7 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index e8786d6..675a737 100644
--- a/flake.nix
+++ b/flake.nix
@@ -48,6 +48,13 @@
           ./hardware-configuration.nix
         ];
       };
+      Rory-devenv = nixpkgs.lib.nixosSystem {
+        system = "x86_64-linux";
+        modules = [
+          ./host/Rory-devenv/configuration.nix
+          ./hardware-configuration.nix
+        ];
+      };
     };
   };
 }
\ No newline at end of file