Skip to content

Commit 8b6d5c3

Browse files
committed
github/workflows: fix Nix format check
The new version of Nix no longer provides path to the source to the formatter and thus alejandra uses stdin instead and thus run fails. NixOS/nix#11438
1 parent 159b59b commit 8b6d5c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,4 +199,4 @@ jobs:
199199
- name: Flake check
200200
run: nix --experimental-features 'nix-command flakes' flake check .
201201
- name: Format
202-
run: nix --experimental-features 'nix-command flakes' fmt && git diff --exit-code
202+
run: nix --experimental-features 'nix-command flakes' fmt . && git diff --exit-code

0 commit comments

Comments
 (0)