Skip to content

Commit 3910f19

Browse files
committed
chore: don't format flake.lock
Signed-off-by: Sefa Eyeoglu <[email protected]>
1 parent 27abac4 commit 3910f19

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

nix/dev.nix

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,10 @@
1414
src = self;
1515
hooks = {
1616
markdownlint.enable = true;
17-
prettier.enable = true;
17+
prettier = {
18+
enable = true;
19+
excludes = ["flake.lock"];
20+
};
1821

1922
alejandra.enable = true;
2023
deadnix.enable = true;

0 commit comments

Comments
 (0)