Skip to content

Commit 39278ed

Browse files
committed
fix: fix build command
1 parent 8e9ca40 commit 39278ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/builder.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ git reset --hard "${TOOL_VERSION}"
3434

3535
echo "------------------------"
3636
echo "build ${TOOL_NAME}"
37-
nix --extra-experimental-features "nix-command flakes" build .#nix-static
37+
nix --extra-experimental-features "nix-command flakes" build .#nix-cli-static
3838

3939

4040
mkdir "${tp}/bin"

0 commit comments

Comments
 (0)