Skip to content

Commit

Permalink
chore: fix: nix non-native build
Browse files Browse the repository at this point in the history
  • Loading branch information
dbarrosop committed Mar 26, 2024
1 parent 642e82d commit 5523fec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/nix-docker-image.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ docker run --rm -it \
-w /build \
--entrypoint sh \
dbarroso/nix:2.6.0 \
-c "nix build .\\#packages.$IMAGE --print-build-logs && docker load < result"
-c "nix build .\\#$IMAGE --print-build-logs && docker load < result"

0 comments on commit 5523fec

Please sign in to comment.