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.
2 parents 71f27de + 8353a56 commit a15cac7Copy full SHA for a15cac7
dev/default.nix
@@ -22,6 +22,7 @@
22
flakeCheck = false; # Already covered by git-hooks
23
settings.formatter."svg-optimizer" = {
24
includes = [ "*.svg" ];
25
+ excludes = [ "icons/services/mpd.svg" ];
26
command = pkgs.writeShellApplication {
27
name = "svg-optimizer";
28
runtimeInputs = with pkgs; [
@@ -85,8 +86,9 @@
85
86
check.enable = true;
87
settings.hooks.treefmt = {
88
enable = true;
89
+ excludes = [ "mpd\\.svg" ];
90
packageOverrides.treefmt = config.treefmt.build.wrapper;
- pass_filenames = false;
91
+ pass_filenames = true;
92
};
93
94
0 commit comments