Add a comment.

This commit is contained in:
Tom Alexander 2025-04-02 08:35:28 -04:00
parent cdc7d13225
commit fb785e036b
Signed by: talexander
GPG Key ID: D3A179C9A53C0EDE

View File

@ -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";