Skip to content

Commit ed4f61b

Browse files
committed
gitlab-ci: fix Nix format check
The new version of Nix no longer provides path to the source to the formatter and thus alehandra uses stdin instead and thus run fails. The Nix functionality change: NixOS/nix#11438
1 parent 1e77161 commit ed4f61b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ check:
1010
format:
1111
extends: .nix
1212
script:
13-
- nix fmt
13+
- nix fmt .
1414

0 commit comments

Comments
 (0)