docs: use link to current version's defaults.toml
Alan Pearce alan@alanpearce.eu
Tue, 11 Mar 2025 20:09:30 +0100
2 files changed, 5 insertions(+), 2 deletions(-)
M justfile → justfile
@@ -42,7 +42,10 @@ sd -F HEAD $(convco version --print-prefix --bump) | \ prettier --stdin-filepath CHANGELOG.md > CHANGELOG.md update-nix-package-version: - sd 'version = "[^"]+"' "version = \"$(convco version --bump)\"" nix/package.nix + #!/usr/bin/env bash + VER=$(convco version --bump) + sd 'version = "[^"]+"' "version = \"$VER\"" nix/package.nix + 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
M nix/modules/default.nix → nix/modules/default.nix
@@ -194,7 +194,7 @@ }; description = '' Configuration for searchix. - See https://git.alanpearce.eu/searchix/tree/defaults.toml + See https://git.alanpearce.eu/searchix/tree/defaults.toml?h=v0.1.26 ''; }; };