From c8e4a01c4c5be5776aed5b7a79503eed249a34ad Mon Sep 17 00:00:00 2001 From: Matthew Kenigsberg Date: Thu, 9 Nov 2023 14:46:52 -0700 Subject: [PATCH] Document max-jobs=auto max-jobs is set to auto as of https://github.com/DeterminateSystems/nix-installer/pull/627 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f72f64b40..0ff8a8239 100644 --- a/README.md +++ b/README.md @@ -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.