summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorNadrieril2024-05-28 16:05:56 +0200
committerGuillaume Boisseau2024-05-29 09:58:47 +0200
commitb5046454b47aba598a42d3d775d2ec54dc57c75a (patch)
tree418e762725695887dd927d32669ae01e007bad10 /Makefile
parentacd9eb9caa74d4def48527cfa8b7f12eb78f92ad (diff)
ci: Check correctness of the charon pinned commit
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 38da9f7e..b27fe0de 100644
--- a/Makefile
+++ b/Makefile
@@ -90,7 +90,7 @@ update-charon-pin:
# Keep the commit revision in `./charon-pin` as well so that non-nix users can
# know which commit to use.
./charon-pin: flake.lock
- nix-shell -p jq --run './scripts/update-charon-pin.sh' >> ./charon-pin
+ ./scripts/update-charon-pin.sh >> ./charon-pin
# Checks that `./charon` contains a clone of charon at the required commit.
# Also checks that `./charon/bin/charon` exists.