Keep build outputs on odo.

This commit is contained in:
Tom Alexander
2025-04-27 22:44:12 -04:00
parent c457f6414b
commit 16dd93668d
2 changed files with 16 additions and 17 deletions

View File

@@ -26,11 +26,10 @@
# Keep ALL dependencies so we can rebuild offline. This DRASTICALLY increase disk usage, but disk space is cheap.
# 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 = "znver4";