From 41bf846803ccb323c904a0a5fd3b2b8ceddaf36a Mon Sep 17 00:00:00 2001 From: Sebastian Moser Date: Wed, 22 Nov 2023 19:19:42 +0100 Subject: [PATCH] ... --- flake.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index 689abb1..86303f8 100644 --- a/flake.nix +++ b/flake.nix @@ -169,7 +169,7 @@ ./hosts/phone/nix-on-droid.nix { home-manager.extraSpecialArgs = { - inherit self inputs; + inherit inputs confDir workDir secretsDir persistentDir self; hostname = "phone"; }; } @@ -184,7 +184,7 @@ ./hosts/tab/nix-on-droid.nix { home-manager.extraSpecialArgs = { - inherit self inputs; + inherit inputs confDir workDir secretsDir persistentDir self; hostname = "tab"; }; }