about summary refs log tree commit diff stats
path: root/nix
diff options
context:
space:
mode:
authorAlan Pearce2024-05-23 13:26:42 +0200
committerAlan Pearce2024-05-23 13:27:53 +0200
commit042dadb9ee2c8ea32a8cda063732c0d0be62cec6 (patch)
tree1233d75fa3eba25fe73f12701e31995bf50e9ed3 /nix
parent052fce5bf2b1995fe45b88626e5342e61933d7cd (diff)
downloadsearchix-042dadb9ee2c8ea32a8cda063732c0d0be62cec6.tar.lz
searchix-042dadb9ee2c8ea32a8cda063732c0d0be62cec6.tar.zst
searchix-042dadb9ee2c8ea32a8cda063732c0d0be62cec6.zip
chore: release v0.1.4 v0.1.4
Diffstat (limited to 'nix')
-rw-r--r--nix/package.nix2
-rw-r--r--nix/pre-commit-checks.nix1
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"