From 58f772387cab5ff48ac8dab9a4da04eab38c7793 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Thu, 9 May 2024 21:21:15 +0200 Subject: fix(sys/svcs/nix): Use my overlayed nixpkgs in the `n` registry entry --- sys/svcs/nix/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/svcs') 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; -- cgit 1.4.1