refactor(flake): simplify formatter config
This commit is contained in:
parent
89521de3f5
commit
8700e85e89
1 changed files with 1 additions and 1 deletions
|
@ -184,7 +184,7 @@
|
|||
};
|
||||
};
|
||||
in {
|
||||
formatter = nixpkgs.legacyPackages."${system}".nixfmt;
|
||||
formatter = pkgs.nixfmt;
|
||||
|
||||
devShells.default =
|
||||
pkgs.mkShell { inherit (pre-commit-check) shellHook; };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue