flake: enforce nix style via nixpkgs-fmt

This commit is contained in:
Julian Stecklina 2023-01-08 14:41:01 +01:00
parent 5aae26a63d
commit 74182c199a
1 changed files with 4 additions and 0 deletions

View File

@ -157,6 +157,10 @@
pre-commit = { pre-commit = {
check.enable = true; check.enable = true;
settings.hooks = {
nixpkgs-fmt.enable = true;
};
}; };
devShells.default = pkgs.mkShell { devShells.default = pkgs.mkShell {