From dc241f28537ec069eb1773960a15b08fac7d4df7 Mon Sep 17 00:00:00 2001 From: Ana Hobden Date: Mon, 8 Jan 2024 10:50:10 -0800 Subject: [PATCH] Add readme entry for PR 772 (#809) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2246327..4b896d0 100644 --- a/README.md +++ b/README.md @@ -415,6 +415,7 @@ Differing from the upstream [Nix](https://github.com/NixOS/nix) installer script + `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` + * `upgrade-nix-store-path-url` is set to `https://install.determinate.systems/nix-upgrade/stable/universal` * 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.