diff options
author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-05-09 21:21:15 +0200 |
---|---|---|
committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-05-09 21:21:15 +0200 |
commit | 58f772387cab5ff48ac8dab9a4da04eab38c7793 (patch) | |
tree | f8f08a302170c7ef191c3d99f5069bb947ee2d51 /sys/svcs | |
parent | fix(sys/nixpkgs): All the unfree 'pypemicro' (diff) | |
download | nixos-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.nix | 2 |
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; |