forgot export

This commit is contained in:
Wolfgang Thaller 2022-01-18 09:35:00 +01:00
parent e00d4c692a
commit ae6785bcdc
1 changed files with 1 additions and 1 deletions

View File

@ -139,7 +139,7 @@ jobs:
vmImage: 'macOS-11'
steps:
- script: |
NIX_EXTRA_CONF="trusted-users = root runner"
export NIX_EXTRA_CONF="trusted-users = root runner"
sh <(curl -L https://nixos.org/nix/install)
echo ============
cat /etc/nix/nix.conf