diff options
Diffstat (limited to 'nix')
-rw-r--r-- | nix/package.nix | 2 | ||||
-rw-r--r-- | nix/pre-commit-checks.nix | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/nix/package.nix b/nix/package.nix index 04f68a1..104e09f 100644 --- a/nix/package.nix +++ b/nix/package.nix @@ -17,7 +17,7 @@ let inherit (builtins) concatStringsSep match; - version = "0.1.3"; + version = "0.1.4"; in buildGoApplication { pname = "searchix"; diff --git a/nix/pre-commit-checks.nix b/nix/pre-commit-checks.nix index 10f8ae5..5f62494 100644 --- a/nix/pre-commit-checks.nix +++ b/nix/pre-commit-checks.nix @@ -62,6 +62,7 @@ rec { prettier = { enable = true; types_or = [ "plain-text" "yaml" "gotmpl" "javascript" ]; + excludes = [ "CHANGELOG\.md$" ]; settings = { plugins = with pkgs.nodePackages; [ "${prettier-plugin-go-template}/lib/node_modules/prettier-plugin-go-template/lib/index.js" |