diff --git a/flake.nix b/flake.nix index 87970172..5f57f79e 100644 --- a/flake.nix +++ b/flake.nix @@ -35,7 +35,7 @@ inherit (self) outputs; stateVersion = "unstable"; hmStateVersion = "23.11"; - libx = import ./lib { inherit inputs outputs stateVersion hmStateVersion; }; + libx = import ./lib { inherit self inputs outputs stateVersion hmStateVersion; }; in { nixosConfigurations = { # Virtual diff --git a/lib/default.nix b/lib/default.nix index a856e10d..52bca7e1 100644 --- a/lib/default.nix +++ b/lib/default.nix @@ -1,4 +1,4 @@ -{ inputs, outputs, stateVersion, hmStateVersion, ... }: { +{ self, inputs, outputs, stateVersion, hmStateVersion, ... }: { deploy = { hostname,