We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85dd983 commit 4955e78Copy full SHA for 4955e78
nix/automation/configs.nix
@@ -41,13 +41,13 @@ in {
41
# };
42
43
44
- #pre-commit = {
45
- # commands = {
46
- # treefmt = {
47
- # run = "${nixpkgs.treefmt}/bin/treefmt --fail-on-change {staged_files}";
48
- # };
49
50
- #};
+ pre-commit = {
+ commands = {
+ treefmt = {
+ run = "${nixpkgs.treefmt}/bin/treefmt --fail-on-change {staged_files}";
+ };
51
};
52
53
prettier =
nix/automation/devshells.nix
@@ -19,7 +19,7 @@
19
PROTOC_INCLUDE = "${protobuf}/include";
20
21
nixago = [
22
- cell.configs.lefthook
+ # cell.configs.lefthook
23
cell.configs.prettier
24
cell.configs.treefmt
25
];
0 commit comments