Skip to content

Commit

Permalink
Auto-allocate-uids is linux only too
Browse files Browse the repository at this point in the history
  • Loading branch information
Hoverbear committed Jun 28, 2023
1 parent 54b9b07 commit d227ce6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Differing from the current official [Nix](https://github.com/NixOS/nix) installe
+ `bash-prompt-prefix` is set
+ `auto-optimise-store` is set to `true` (On Linux only)
* `extra-nix-path` is set to `nixpkgs=flake:nixpkgs`
* `auto-allocate-uids` is set to `true`.
* `auto-allocate-uids` is set to `true`. (On Linux only)
* 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
* `NIX_SSL_CERT_FILE` is set in the various shell profiles if the `ssl-cert-file` argument is used.
Expand Down

0 comments on commit d227ce6

Please sign in to comment.