about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--sys/svcs/nix/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/svcs/nix/default.nix b/sys/svcs/nix/default.nix
index 23d1888c..5766fcdd 100644
--- a/sys/svcs/nix/default.nix
+++ b/sys/svcs/nix/default.nix
@@ -14,7 +14,7 @@
 
     registry = {
       nixpkgs.flake = nixpkgs_as_input;
-      n.flake = nixpkgs_as_input;
+      n.flake = self; # Otherwise the nixpkgs config is not available
 
       t.flake = templates;