File tree 1 file changed +15
-3
lines changed
1 file changed +15
-3
lines changed Original file line number Diff line number Diff line change @@ -80,13 +80,25 @@ To install Nix from any commit, go to [the corresponding installer_test action](
80
80
81
81
Some settings have been optimised for use in CI environments :
82
82
83
- - `nix.conf` settings :
83
+ - `nix.conf` settings. Override these defaults with `extra_nix_config` :
84
84
85
85
- The experimental `flakes` and `nix-command` features are enabled. Disable by overriding `experimental-features` in `extra_nix_config`.
86
86
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 `.
88
88
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.
90
102
91
103
---
92
104
You can’t perform that action at this time.
0 commit comments