From 8e71ac61ef3b51767e2d86a26662d44849481c9f Mon Sep 17 00:00:00 2001 From: NyxErinys Date: Tue, 19 May 2026 20:21:00 -0500 Subject: [PATCH] input inheritance --- flake.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/flake.nix b/flake.nix index b8d5474..b3e69a5 100644 --- a/flake.nix +++ b/flake.nix @@ -34,12 +34,14 @@ ./hosts/base.nix ./hosts/servers/iris ]; + specialArgs = { inherit inputs; }; }; poseidon = nixpkgs.lib.nixosSystem { modules = [ ./hosts/base.nix ./hosts/servers/poseidon ]; + specialArgs = { inherit inputs; }; }; nixos = nixpkgs.lib.nixosSystem { modules = [