chore(dev): Re-enable treefmt-nix flake check

As a workaround for #238 until we have a proper fix.
This commit is contained in:
Sridhar Ratnakumar 2024-06-21 17:46:57 -04:00
parent 907e66ce60
commit c371cd5382

View File

@ -25,7 +25,9 @@
treefmt = {
projectRoot = inputs.services-flake;
projectRootFile = "flake.nix";
flakeCheck = false; # pre-commit-hooks.nix checks this
# Even though pre-commit-hooks.nix checks it, let's have treefmt-nix
# check as well until #238 is fully resolved.
# flakeCheck = false; # pre-commit-hooks.nix checks this
programs = {
nixpkgs-fmt.enable = true;
};