From cd65488531633cbcb1291ed6df0a990e4d57e1c3 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Fri, 6 Jun 2025 20:35:28 +0200 Subject: hosts/default.nix: Promote `self` to `specialArgs` If we import a something, based on the path of one of our flakes inputs, passing `self` as normal arg will result in an inf rec. --- hosts/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hosts/default.nix') diff --git a/hosts/default.nix b/hosts/default.nix index 35b2d08b..64768074 100644 --- a/hosts/default.nix +++ b/hosts/default.nix @@ -29,6 +29,7 @@ inherit libraries modules + self ; }; modules = [ @@ -41,7 +42,6 @@ # extra information system # nix registry - self externalDependencies # bins # TODO: Integrate these into `pkgs/by-name` <2024-05-22> -- cgit 1.4.1