Skip to content

Commit 54e4b90

Browse files
committed
fix: rename Polykey vault target
1 parent acc2453 commit 54e4b90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
shellHook = ''
3232
echo "Entering $(npm pkg get name)"
3333
set -o allexport
34-
. ./.env
34+
. <(polykey secrets env js-quic)
3535
set +o allexport
3636
set -v
3737
${lib.optionalString ci ''

0 commit comments

Comments
 (0)