We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67f3c48 commit 04fd101Copy full SHA for 04fd101
.github/workflows/test.yml
@@ -10,4 +10,4 @@ jobs:
10
- uses: cachix/install-nix-action@v22
11
with:
12
nix_path: nixpkgs=channel:nixos-unstable
13
- - run: nix develop -c 'nix-instantiate --eval leetcode.nix | jq -r "fromjson | ."'
+ - run: nix-shell --run 'nix-instantiate --eval leetcode.nix | jq -r "fromjson | ."'
0 commit comments