Skip to content

Commit 7b77d05

Browse files
committed
Fix nix develop flake path
1 parent 6640fcb commit 7b77d05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- uses: ./
2626
with:
2727
workspaces: tests
28-
cmd-format: nix develop tests -c {0}
28+
cmd-format: nix develop ./tests -c {0}
2929

3030
- run: |
3131
nix develop -c cargo check --color always

0 commit comments

Comments
 (0)