From 966f65a2fe332cfd5dace2f1bebd545fd1ba12d3 Mon Sep 17 00:00:00 2001 From: Grigory Shipunov Date: Sun, 9 Oct 2022 13:34:48 +0200 Subject: [PATCH] all systems inherit inputs --- flake.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/flake.nix b/flake.nix index bd86add..0808c26 100644 --- a/flake.nix +++ b/flake.nix @@ -76,6 +76,7 @@ }; cirrus = nixpkgs.lib.nixosSystem { system = "x86_64-linux"; + specialArgs = { inherit inputs; }; modules = [ sops-nix.nixosModules.sops ./hosts/cirrus @@ -84,6 +85,7 @@ }; dishwasher = nixpkgs.lib.nixosSystem { system = "x86_64-linux"; + specialArgs = { inherit inputs; }; modules = [ sops-nix.nixosModules.sops microvm.nixosModules.host @@ -101,6 +103,7 @@ }; nextcloud = nixpkgs.lib.nixosSystem { system = "x86_64-linux"; + specialArgs = { inherit inputs; }; modules = [ sops-nix.nixosModules.sops microvm.nixosModules.microvm