mirror of
https://github.com/DeterminateSystems/nix-installer-action.git
synced 2024-12-23 05:22:21 +01:00
Fix syntax
This commit is contained in:
parent
1ea0b9a637
commit
95c215ce17
1 changed files with 1 additions and 1 deletions
|
@ -201,7 +201,7 @@ runs:
|
|||
export NIX_INSTALLER_URL=https://install.determinate.systems/nix/rev/$NIX_INSTALLER_REVISION
|
||||
elif [ -n "$NIX_INSTALLER_REVISION" ]; then
|
||||
export NIX_INSTALLER_URL=https://install.determinate.systems/nix/branch/$NIX_INSTALLER_BRANCH
|
||||
else [ -n "$NIX_INSTALLER_REVISION" ]; then
|
||||
else
|
||||
export NIX_INSTALLER_URL=https://install.determinate.systems/nix
|
||||
fi
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue