From c5a8f301ae0fad7174fe73dff312e06ff9b6782d Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Tue, 11 Mar 2025 20:11:10 +0100 Subject: chore: fix nixos module default config link not updating on release --- justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'justfile') 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) -- cgit 1.4.1