Skip to content

Commit 20a402a

Browse files
committed
chore: flake.nix: Add formatter
1 parent 6e6ebc0 commit 20a402a

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

flake.nix

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,7 @@
3939
);
4040

4141
packages = forSupportedSystems ./package.nix;
42+
43+
formatter = genAttrs supportedSystems (system: nixpkgs.legacyPackages.${system}.nixpkgs-fmt);
4244
};
4345
}

0 commit comments

Comments
 (0)