Skip to content

Commit d1f09c7

Browse files
committed
nix fmt requires a file path
NixOS/nix#11438
1 parent 047640d commit d1f09c7

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
@@ -57,5 +57,5 @@ jobs:
5757
- uses: cachix/install-nix-action@v30
5858
with:
5959
nix_path: nixpkgs=channel:nixos-unstable
60-
- run: nix fmt
60+
- run: nix fmt .
6161
- run: git diff --exit-code

0 commit comments

Comments
 (0)