darwin.linux-builder: Disable installer tools
This commit is contained in:
parent
64b587e3e2
commit
f3e9d7f84b
@ -112,6 +112,9 @@ in
|
||||
environment.extraSetup = ''
|
||||
rm --force $out/bin/{nix-instantiate,nix-build,nix-shell,nix-prefetch*,nix}
|
||||
'';
|
||||
# Deployment is by image.
|
||||
# TODO system.switch.enable = false;?
|
||||
system.disableInstallerTools = true;
|
||||
|
||||
nix.settings = {
|
||||
auto-optimise-store = true;
|
||||
|
Loading…
Reference in New Issue
Block a user