From 4cc4e6cd1874924998059ba67235acaada9d80c2 Mon Sep 17 00:00:00 2001 From: Patrick Neff Date: Wed, 8 Jan 2025 00:42:51 +0100 Subject: [PATCH] change cross compiling --- flake.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 64bce5e..d51b0b9 100644 --- a/flake.nix +++ b/flake.nix @@ -66,7 +66,8 @@ } // flakeLib.mkNixosConfiguration { inherit inputs outputs nixpkgs vars flakeLib overlays; - system = "aarch64-linux"; + #system = "aarch64-linux"; + system = "x86_64-linux"; hostName = "pi0"; } // flakeLib.mkNixosConfiguration {