chore: fix nixos module default config link not updating on release
1 file changed, 1 insertion(+), 1 deletion(-)
changed files
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)