Skip to content

Commit a0bd99f

Browse files
authored
Ensure nix is installed (#16)
Temporary fix until jetify-com/devbox#1453 is released
1 parent 5798c46 commit a0bd99f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

action.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,8 @@ runs:
8181
export DEVBOX_USE_VERSION="${{ env.latest_version }}"
8282
curl -fsSL https://get.jetpack.io/devbox | FORCE=1 bash
8383
84+
devbox setup nix # temporary until 0.5.13 is released
85+
8486
version=$(devbox version)
8587
if [[ ! "$version" = "$DEVBOX_USE_VERSION" ]]; then
8688
echo "ERROR: mismatch devbox version downloaded. Expected $DEVBOX_USE_VERSION, got $version."

0 commit comments

Comments
 (0)