change cross compiling

This commit is contained in:
Patrick Neff 2025-01-08 00:43:40 +01:00
parent 4cc4e6cd18
commit cdea1e1884
1 changed files with 1 additions and 1 deletions

View File

@ -90,5 +90,5 @@
}; };
system.stateVersion = "23.11"; system.stateVersion = "23.11";
nixpkgs.hostPlatform.system = "aarch64-linux"; #nixpkgs.hostPlatform.system = "aarch64-linux";
} }