Skip to content

Commit 9abe464

Browse files
committed
Add Environment Variables
1 parent 94cc5b1 commit 9abe464

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

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)