input inheritance

This commit is contained in:
NyxErinys 2026-05-19 20:21:00 -05:00
parent e255632758
commit 8e71ac61ef

View file

@ -34,12 +34,14 @@
./hosts/base.nix ./hosts/base.nix
./hosts/servers/iris ./hosts/servers/iris
]; ];
specialArgs = { inherit inputs; };
}; };
poseidon = nixpkgs.lib.nixosSystem { poseidon = nixpkgs.lib.nixosSystem {
modules = [ modules = [
./hosts/base.nix ./hosts/base.nix
./hosts/servers/poseidon ./hosts/servers/poseidon
]; ];
specialArgs = { inherit inputs; };
}; };
nixos = nixpkgs.lib.nixosSystem { nixos = nixpkgs.lib.nixosSystem {
modules = [ modules = [