We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
nix fmt
1 parent 943f859 commit 1de4fa9Copy full SHA for 1de4fa9
.github/workflows/treefmt.yml
@@ -11,5 +11,5 @@ jobs:
11
- uses: cachix/install-nix-action@v31
12
with:
13
nix_path: nixpkgs=channel:nixos-unstable
14
- - name: treefmt
15
- run: nix-shell -p treefmt nixpkgs-fmt --run "treefmt --ci"
+ - name: nix fmt
+ run: nix fmt
0 commit comments