Fix sm64ex.

This commit is contained in:
Tom Alexander
2025-04-25 20:13:25 -04:00
parent 844466c2ca
commit c457f6414b
3 changed files with 16 additions and 10 deletions

View File

@@ -28,10 +28,10 @@
# system.includeBuildDependencies = true;
# This also should enable building offline? TODO: test.
# nix.extraOptions = ''
# keep-outputs = true
# keep-derivations = true
# '';
nix.extraOptions = ''
keep-outputs = true
keep-derivations = true
'';
nixpkgs.hostPlatform = {
gcc.arch = "znver5";