Skip to content

Commit a1222be

Browse files
committed
build: Using Polykey to handle environment secrets now
1 parent f771659 commit a1222be

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
@@ -28,7 +28,7 @@
2828
shellHook = ''
2929
echo "Entering $(npm pkg get name)"
3030
set -o allexport
31-
. ./.env
31+
. <(pk secrets env Polykey)
3232
set +o allexport
3333
set -v
3434
${lib.optionalString ci ''

0 commit comments

Comments
 (0)