1
1
Fork 0

laptop: enable building while offline

Signed-off-by: Myned <dev@bjork.tech>
This commit is contained in:
Myned 2024-09-09 17:24:21 -05:00
parent 6898d99268
commit 802f3c677c
Signed by: myned
GPG key ID: C7224454F7881A34

View file

@ -4,4 +4,8 @@
profile = "desktop"; # Inherit desktop profile = "desktop"; # Inherit desktop
services.auto-cpufreq.enable = true; services.auto-cpufreq.enable = true;
}; };
#!! Rebuild offline - drastically increases initial download and resulting closure size
# https://discourse.nixos.org/t/rebuild-nixos-offline/3679
system.includeBuildDependencies = true;
} }