Document max-jobs=auto (#712)

max-jobs is set to auto as of
https://github.com/DeterminateSystems/nix-installer/pull/627
This commit is contained in:
Matthew Kenigsberg 2023-11-10 10:59:42 -05:00 committed by GitHub
parent a026cc2224
commit 6ca2c68e31
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -457,6 +457,7 @@ Differing from the upstream [Nix](https://github.com/NixOS/nix) installer script
+ `bash-prompt-prefix` is set
+ `auto-optimise-store` is set to `true` (On Linux only)
* `extra-nix-path` is set to `nixpkgs=flake:nixpkgs`
* `max-jobs` is set to `auto`
* an installation receipt (for uninstalling) is stored at `/nix/receipt.json` as well as a copy of the install binary at `/nix/nix-installer`
* `nix-channel --update` is not run, `~/.nix-channels` is not provisioned
* `ssl-cert-file` is set in `/etc/nix/nix.conf` if the `ssl-cert-file` argument is used.