From f98fbbac1ca05859ef9e8082d184dafc1b525c39 Mon Sep 17 00:00:00 2001 From: Ana Hobden Date: Thu, 16 Mar 2023 08:56:15 -0700 Subject: [PATCH] Update the install differences in the readme (#340) --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c543b3f..6407d1d 100644 --- a/README.md +++ b/README.md @@ -28,8 +28,13 @@ The `nix-installer` tool is ready to use in a number of environments: Differing from the current official [Nix](https://github.com/NixOS/nix) installer scripts: -* Nix is installed with the `nix-command` and `flakes` features enabled in the `nix.conf` -* `nix-installer` stores an installation receipt (for uninstalling) at `/nix/receipt.json` as well as a copy of the install binary at `/nix/nix-installer` +* In `nix.conf`: + + the `nix-command` and `flakes` features are enabled + + `bash-prompt-prefix` is set + + `auto-optimise-store` is set to `true` + * `extra-nix-path` is set to `nixpkgs=flake:nixpkgs` +* 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 ## Motivations