about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAlan Pearce2025-03-11 20:11:10 +0100
committerAlan Pearce2025-03-11 20:11:10 +0100
commitc5a8f301ae0fad7174fe73dff312e06ff9b6782d (patch)
tree49ba1e5939d56cd491e3e1fd3077f86c2974ed18
parent30d58a8304b490cf926e408965fd305cb06f091a (diff)
downloadsearchix-c5a8f301ae0fad7174fe73dff312e06ff9b6782d.tar.lz
searchix-c5a8f301ae0fad7174fe73dff312e06ff9b6782d.tar.zst
searchix-c5a8f301ae0fad7174fe73dff312e06ff9b6782d.zip
chore: fix nixos module default config link not updating on release
-rw-r--r--justfile2
-rw-r--r--nix/modules/default.nix2
2 files changed, 2 insertions, 2 deletions
diff --git a/justfile b/justfile
index 67a7d0b..de45c98 100644
--- a/justfile
+++ b/justfile
@@ -48,7 +48,7 @@ update-nix-package-version:
 	sd 'h=v.+$' "h=v$VER" nix/modules/default.nix
 
 release: clean-workdir changelog update-nix-package-version
-	git add CHANGELOG.md nix/package.nix
+	git add CHANGELOG.md nix/package.nix nix/modules/default.nix
 	git commit -m "chore: release $(convco version --bump)"
 	git tag $(convco version --bump --print-prefix)
 
diff --git a/nix/modules/default.nix b/nix/modules/default.nix
index ba75ef0..299c4a3 100644
--- a/nix/modules/default.nix
+++ b/nix/modules/default.nix
@@ -194,7 +194,7 @@ in
       description = ''
         Configuration for searchix.
 
-        See https://git.alanpearce.eu/searchix/tree/defaults.toml?h=v0.1.26
+        See https://git.alanpearce.eu/searchix/tree/defaults.toml?h=v0.1.27
       '';
     };
   };