From 27730ec2c049e9e04011866ee334c32272d365f8 Mon Sep 17 00:00:00 2001 From: harry Date: Sun, 25 Aug 2024 12:34:55 +0200 Subject: [PATCH] fixed inputs not passed --- flake.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/flake.nix b/flake.nix index 6f6d2cc..65dc22e 100644 --- a/flake.nix +++ b/flake.nix @@ -32,6 +32,9 @@ nixosConfigurations = { sisyphe = nixpkgs.lib.nixosSystem { system = "x86_64-linux"; + specialArgs = { + inherit inputs; + }; modules = [ ./hosts/sisyphe/configuration.nix sops-nix.nixosModules.sops