chore: fix nixos module default config link not updating on release
Alan Pearce alan@alanpearce.eu
Tue, 11 Mar 2025 20:11:10 +0100
2 files changed, 2 insertions(+), 2 deletions(-)
M justfile → justfile
@@ -48,7 +48,7 @@ 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 + 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)
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?h=v0.1.26 + See https://git.alanpearce.eu/searchix/tree/defaults.toml?h=v0.1.27 ''; }; };