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 7c85f51 commit 0809db2Copy full SHA for 0809db2
flake.nix
@@ -19,7 +19,7 @@
19
shellHook = ''
20
echo "Entering $(npm pkg get name)"
21
set -o allexport
22
- . <(polykey secrets env js-timer)
+ . <(polykey secrets env js-async-cancellable)
23
set +o allexport
24
set -v
25
${lib.optionalString ci ''
0 commit comments