about summary refs log tree commit diff stats
path: root/sys/svcs
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2024-05-09 21:21:15 +0200
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2024-05-09 21:21:15 +0200
commit58f772387cab5ff48ac8dab9a4da04eab38c7793 (patch)
treef8f08a302170c7ef191c3d99f5069bb947ee2d51 /sys/svcs
parentfix(sys/nixpkgs): All the unfree 'pypemicro' (diff)
downloadnixos-config-58f772387cab5ff48ac8dab9a4da04eab38c7793.tar.gz
nixos-config-58f772387cab5ff48ac8dab9a4da04eab38c7793.zip
fix(sys/svcs/nix): Use my overlayed nixpkgs in the `n` registry entry
Diffstat (limited to 'sys/svcs')
-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;