Skip to content

Commit

Permalink
build: fix install
Browse files Browse the repository at this point in the history
  • Loading branch information
viceice committed Aug 9, 2024
1 parent b96e1e9 commit 875d21f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bin/builder.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ set -e
# shellcheck source=/dev/null
. /usr/local/containerbase/utils/v2/overrides.sh

# shellcheck source=/dev/null
. /home/ubuntu/.nix-profile/etc/profile.d/nix.sh

# trim leading v
TOOL_VERSION=${1#v}
Expand Down

0 comments on commit 875d21f

Please sign in to comment.