From dc11021b220e70717853b0052238080dde3216d3 Mon Sep 17 00:00:00 2001 From: worble Date: Sat, 8 Feb 2025 12:34:19 +0000 Subject: [PATCH] extra special args for inputs --- flake.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 77385f0..d4808d2 100644 --- a/flake.nix +++ b/flake.nix @@ -32,7 +32,8 @@ ]; }; packages.${system}.homeConfigurations.deck = home-manager.lib.homeManagerConfiguration { - inherit pkgs inputs; + inherit pkgs; + extraSpecialArgs = { inherit inputs; }; # Specify your home configuration modules here, for example, # the path to your home.nix.