Skip to content

Commit 04fd101

Browse files
author
rw
committedSep 5, 2023
nix shell
1 parent 67f3c48 commit 04fd101

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ jobs:
1010
- uses: cachix/install-nix-action@v22
1111
with:
1212
nix_path: nixpkgs=channel:nixos-unstable
13-
- run: nix develop -c 'nix-instantiate --eval leetcode.nix | jq -r "fromjson | ."'
13+
- run: nix-shell --run 'nix-instantiate --eval leetcode.nix | jq -r "fromjson | ."'

0 commit comments

Comments
 (0)