Add a comment.
This commit is contained in:
parent
cdc7d13225
commit
fb785e036b
@ -26,6 +26,12 @@
|
|||||||
# Keep ALL dependencies so we can rebuild offline. This DRASTICALLY increase disk usage, but disk space is cheap.
|
# Keep ALL dependencies so we can rebuild offline. This DRASTICALLY increase disk usage, but disk space is cheap.
|
||||||
# system.includeBuildDependencies = true;
|
# system.includeBuildDependencies = true;
|
||||||
|
|
||||||
|
# This also should enable building offline? TODO: test.
|
||||||
|
# nix.extraOptions = ''
|
||||||
|
# keep-outputs = true
|
||||||
|
# keep-derivations = true
|
||||||
|
# '';
|
||||||
|
|
||||||
nixpkgs.hostPlatform = {
|
nixpkgs.hostPlatform = {
|
||||||
gcc.arch = "znver4";
|
gcc.arch = "znver4";
|
||||||
gcc.tune = "znver4";
|
gcc.tune = "znver4";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user