diff --git a/lib/helpers.nix b/lib/helpers.nix index 64c4c96..fe89a72 100644 --- a/lib/helpers.nix +++ b/lib/helpers.nix @@ -11,7 +11,7 @@ # Helper function for generating host configs mkHost = { hostname, username, desktop ? null, installer ? null, platform ? "x86_64-linux" }: inputs.nixpkgs.lib.nixosSystem { specialArgs = { - inherit inputs outputs desktop hostname username stateVersion; + inherit inputs outputs desktop hostname platform username stateVersion; }; modules = [ ../nixos