chore: re-release to test 2

This commit is contained in:
eric
2026-03-04 07:36:05 +01:00
parent 919b328e93
commit c976621357

View File

@@ -248,7 +248,7 @@
release = [ release = [
{ {
run = '' run = ''
sed -E -i "s#^([[:space:]]*devshell-lib\\.url = \")git\\+https://git\\.dgren\\.dev/eric/nix-flake-lib[^"]*(\";)#\\1git+https://git.dgren.dev/eric/nix-flake-lib?ref=$FULL_TAG\\2#" "$ROOT_DIR/template/flake.nix" sed -E -i "s#^([[:space:]]*devshell-lib\\.url = \")git\\+https://git\\.dgren\\.dev/eric/nix-flake-lib[^\"]*(\";)#\\1git+https://git.dgren.dev/eric/nix-flake-lib?ref=$FULL_TAG\\2#" "$ROOT_DIR/template/flake.nix"
log "Updated template/flake.nix devshell-lib ref to $FULL_TAG" log "Updated template/flake.nix devshell-lib ref to $FULL_TAG"
''; '';
} }