From e556e5cd329ee2a4cc44f9df2c08ebee0ef1a9e8 Mon Sep 17 00:00:00 2001 From: Kalle Struik Date: Tue, 4 Feb 2025 02:44:50 +0100 Subject: [PATCH] Forgot to pass inputs --- flake.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/flake.nix b/flake.nix index f297424..c8d363f 100644 --- a/flake.nix +++ b/flake.nix @@ -34,6 +34,7 @@ ) hosts) // { template = nixpkgs.lib.nixosSystem { + specialArgs = { inherit inputs; }; modules = [ ./systems/template/configuration.nix ]; }; };