Skip to content

Commit bab5959

Browse files
committed
wip
1 parent 10cbc55 commit bab5959

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
@@ -106,7 +106,7 @@
106106
shellHook = ''
107107
echo "Entering $(npm pkg get name)"
108108
set -o allexport
109-
. ./.env
109+
. <(pk secrets env Polykey-CLI:.)
110110
set +o allexport
111111
set -v
112112
${lib.optionalString ci ''

0 commit comments

Comments
 (0)