We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acc2453 commit 54e4b90Copy full SHA for 54e4b90
flake.nix
@@ -31,7 +31,7 @@
31
shellHook = ''
32
echo "Entering $(npm pkg get name)"
33
set -o allexport
34
- . ./.env
+ . <(polykey secrets env js-quic)
35
set +o allexport
36
set -v
37
${lib.optionalString ci ''
0 commit comments