Skip to content

Commit

Permalink
build: Using Polykey to handle environment secrets now
Browse files Browse the repository at this point in the history
  • Loading branch information
tegefaulkes committed Nov 28, 2024
1 parent f771659 commit a1222be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
shellHook = ''
echo "Entering $(npm pkg get name)"
set -o allexport
. ./.env
. <(pk secrets env Polykey)
set +o allexport
set -v
${lib.optionalString ci ''
Expand Down

0 comments on commit a1222be

Please sign in to comment.