11 lines
329 B
Nix
11 lines
329 B
Nix
{
|
|
custom = {
|
|
full = true;
|
|
profile = "desktop"; # Inherit desktop
|
|
};
|
|
|
|
#!! 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;
|
|
}
|