From 155be8e82178ae7e3e7c515b3c0acd92ce2e248e Mon Sep 17 00:00:00 2001 From: Tyler Mayoff Date: Sat, 29 Nov 2025 11:31:14 -0500 Subject: [PATCH] hostPlatform --- dot_config/flake/machines/saffron/hardware-configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/dot_config/flake/machines/saffron/hardware-configuration.nix b/dot_config/flake/machines/saffron/hardware-configuration.nix index 4b798d2..2166ba6 100644 --- a/dot_config/flake/machines/saffron/hardware-configuration.nix +++ b/dot_config/flake/machines/saffron/hardware-configuration.nix @@ -8,4 +8,5 @@ fsType = "ext4"; }; swapDevices = [{device = "/dev/vdb";}]; + nixpkgs.hostPlatform = "x86_64-linux"; }