aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xscripts/unflake.sh5
1 files changed, 4 insertions, 1 deletions
diff --git a/scripts/unflake.sh b/scripts/unflake.sh
index b46df36e..2404260a 100755
--- a/scripts/unflake.sh
+++ b/scripts/unflake.sh
@@ -3,7 +3,10 @@
set -e
# HACK(@bpeetz): unflake doesn't support npins version 8 yet, so we pretend to still use
-# version 7. <2026-06-13>
+# version 7.
+# Essentially, we are abusing the fact that `npins` will look at `NPINS_DIRECTORY` while
+# unflake doesn't.
+# <2026-06-13>
NPINS_DIRECTORY="$(mktemp -t "npins_fake_dir_for_unflake_XXXXX" -d)"
export NPINS_DIRECTORY