1
1
Fork 0

laptop: disable includeBuildDependencies

Signed-off-by: Myned <dev@bjork.tech>
This commit is contained in:
Myned 2024-09-11 18:17:00 -05:00
parent 505e6dc583
commit a71db4c9d8
Signed by: myned
GPG key ID: C7224454F7881A34

View file

@ -6,6 +6,7 @@
};
#!! Rebuild offline - drastically increases initial download and resulting closure size
#?? Alternative: nixos-rebuild --no-substitute
# https://discourse.nixos.org/t/rebuild-nixos-offline/3679
system.includeBuildDependencies = true;
#// system.includeBuildDependencies = true;
}