We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b8159d commit a0ed4fcCopy full SHA for a0ed4fc
action.yml
@@ -145,6 +145,11 @@ runs:
145
- name: Download and install experimental Nix installer
146
if: inputs.skip-nix-installation == 'false'
147
shell: bash
148
+ env:
149
+ NIX_INSTALLER_LOGGER: pretty
150
+ NIX_INSTALLER_TRUST_RUNNER_USER: true
151
+ NIX_INSTALLER_MODIFY_PROFILE: true
152
+ NIX_INSTALLER_START_DAEMON: true
153
run: |
154
echo "Installing Nix using experimental installer..."
155
0 commit comments