Skip to content

Commit a0ed4fc

Browse files
committed
Add Environment Variables
1 parent 5b8159d commit a0ed4fc

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

action.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,11 @@ runs:
145145
- name: Download and install experimental Nix installer
146146
if: inputs.skip-nix-installation == 'false'
147147
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
148153
run: |
149154
echo "Installing Nix using experimental installer..."
150155

0 commit comments

Comments
 (0)