Skip to content

Commit 24c049e

Browse files
committed
fix: rename Polykey vault target
1 parent b1d2e36 commit 24c049e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flake.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
shellHook = ''
2020
echo "Entering $(npm pkg get name)"
2121
set -o allexport
22-
. <(polykey secrets env js-timer)
22+
. <(polykey secrets env js-async-init)
2323
set +o allexport
2424
set -v
2525
${lib.optionalString ci ''

0 commit comments

Comments
 (0)