1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

darwin.linux-builder: Disable installer tools

This commit is contained in:
Robert Hensing 2023-11-19 21:24:27 +01:00
parent 64b587e3e2
commit f3e9d7f84b

View file

@ -112,6 +112,9 @@ in
environment.extraSetup = '' environment.extraSetup = ''
rm --force $out/bin/{nix-instantiate,nix-build,nix-shell,nix-prefetch*,nix} 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 = { nix.settings = {
auto-optimise-store = true; auto-optimise-store = true;