Skip to content

Commit b7f7ce8

Browse files
committed
Disable flakelight formatter checks
The whole repo is unformatted anyway
1 parent 6e2509e commit b7f7ce8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

flake.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
flakelight ./. {
1919
inputs.nixpkgs = nixpkgs;
2020
systems = [ "x86_64-linux" "aarch64-linux" "aarch64-darwin" ];
21+
flakelight.builtinFormatters = false;
2122
devShell = {
2223
packages = pkgs: [
2324
pkgs.alejandra

0 commit comments

Comments
 (0)