summary refs log tree commit diff
path: root/flake.nix
diff options
context:
space:
mode:
authorEmma@Rory <root@rory.gay>2023-09-08 12:46:37 +0200
committerEmma@Rory <root@rory.gay>2023-09-08 12:46:46 +0200
commit8c36c1e74b71154cc20c78a55e3ad4b0d2f20031 (patch)
tree40a467759f9da463f020df20728e8c7f126f89ec /flake.nix
parentenable service (diff)
downloadRory-Open-Architecture-8c36c1e74b71154cc20c78a55e3ad4b0d2f20031.tar.xz
Successful build on RoryNix
Diffstat (limited to 'flake.nix')
-rwxr-xr-xflake.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index b8ef119..e504fa0 100755
--- a/flake.nix
+++ b/flake.nix
@@ -60,6 +60,7 @@
         modules = [
           ./host/RoryNix/configuration.nix
           ./hardware-configuration.nix
+          ({...}: { nix.registry.nixpkgs.flake = nixpkgs-RoryNix; })
         ];
       };
     };