Skip to content

Commit bacdd84

Browse files
committed
updates
1 parent 0170f84 commit bacdd84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nix-formatting.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ jobs:
2525
run: nix shell nixpkgs#nixpkgs-fmt -c nixpkgs-fmt --version
2626

2727
- name: Check formatting
28-
run: find . -name "*.nix" -type f | xargs nixpkgs-fmt --check
28+
run: find . -name "*.nix" -type f | xargs nix shell nixpkgs#nixpkgs-fmt -c nixpkgs-fmt --check

0 commit comments

Comments
 (0)