We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94cc5b1 commit 9abe464Copy full SHA for 9abe464
1 file changed
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