From f998b6322eab57618b994c91810e15402d6d1ace Mon Sep 17 00:00:00 2001 From: Greg Burd Date: Mon, 2 Oct 2023 17:14:04 +0000 Subject: [PATCH] platform --- lib/helpers.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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