Skip to content

Commit 5dce380

Browse files
committed
Update README with more installer differences
1 parent 01dba9f commit 5dce380

File tree

1 file changed

+15
-3
lines changed

1 file changed

+15
-3
lines changed

README.md

+15-3
Original file line numberDiff line numberDiff line change
@@ -80,13 +80,25 @@ To install Nix from any commit, go to [the corresponding installer_test action](
8080

8181
Some settings have been optimised for use in CI environments:
8282

83-
- `nix.conf` settings:
83+
- `nix.conf` settings. Override these defaults with `extra_nix_config`:
8484

8585
- The experimental `flakes` and `nix-command` features are enabled. Disable by overriding `experimental-features` in `extra_nix_config`.
8686

87-
- `always-allow-substitutes` is set to `true`. Disable by overriding `always-allow-substitutes` in `extra_nix_config`.
87+
- `max-jobs` is set to `auto`.
8888

89-
- KVM is enabled if available. Disable by setting `enable_kvm: false`.
89+
- `show-trace` is set to `true`.
90+
91+
- `$USER` is added to `trusted-users`.
92+
93+
- `$GITHUB_TOKEN` is added to `access_tokens` if no other `github_access_token` is provided.
94+
95+
- `always-allow-substitutes` is set to `true`.
96+
97+
- `ssl-cert-file` is set to `/etc/ssl/cert.pem` on macOS.
98+
99+
- KVM is enabled on Linux if available. Disable by setting `enable_kvm: false`.
100+
101+
- `$TMPDIR` is set to `$RUNNER_TEMP` if empty.
90102

91103
---
92104

0 commit comments

Comments
 (0)