diff options
author | Emma@Rory <root@rory.gay> | 2023-09-08 12:46:37 +0200 |
---|---|---|
committer | Emma@Rory <root@rory.gay> | 2023-09-08 12:46:46 +0200 |
commit | 8c36c1e74b71154cc20c78a55e3ad4b0d2f20031 (patch) | |
tree | 40a467759f9da463f020df20728e8c7f126f89ec /flake.nix | |
parent | enable service (diff) | |
download | Rory-Open-Architecture-8c36c1e74b71154cc20c78a55e3ad4b0d2f20031.tar.xz |
Successful build on RoryNix
Diffstat (limited to 'flake.nix')
-rwxr-xr-x | flake.nix | 1 |
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; }) ]; }; }; |