We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95452fe commit 819a46cCopy full SHA for 819a46c
justfile
@@ -1,5 +1,5 @@
1
test:
2
nix-instantiate --eval leetcode.nix | jq -r 'fromjson | .'
3
4
-wtest:
+w:
5
watch "nix-instantiate --eval leetcode.nix | jq -r 'fromjson | .'"
0 commit comments