Skip to content

Commit aeca665

Browse files
committed
ci: fix nix develop command invocation
1 parent 005c0de commit aeca665

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
extra_nix_config: |
1515
experimental-features = nix-command flakes
1616
- name: nix build
17-
run: nix develop --command "pre-commit run --all-files"
17+
run: nix develop --command -- pre-commit run --all-files
1818
nix-build:
1919
runs-on: ubuntu-latest
2020
steps:

0 commit comments

Comments
 (0)