Skip to content

feat(justfile): verify install recipes and align location defaults#63

Merged
Typas merged 2 commits into
masterfrom
bootstrap/shared
May 23, 2026
Merged

feat(justfile): verify install recipes and align location defaults#63
Typas merged 2 commits into
masterfrom
bootstrap/shared

Conversation

@Typas

@Typas Typas commented May 23, 2026

Copy link
Copy Markdown
Owner

Every install recipe (python, go, julia, haskell, tex, typst, emacs, neovim) now runs a --version after the script. Recipes whose binary is rc-installed go through bash -lc so PATH picks up the new entry.

Default location for tex/emacs/neovim is now system (matches the script's internal ${location:-system} fallback) so the empty-string disconnect goes away.

Typas and others added 2 commits May 23, 2026 19:02
Every install recipe (python, go, julia, haskell, tex, typst, emacs,
neovim) now runs a `--version` after the script. Recipes whose binary
is rc-installed go through `bash -lc` so PATH picks up the new entry.

Default `location` for tex/emacs/neovim is now `system` (matches the
script's internal `${location:-system}` fallback) so the empty-string
disconnect goes away.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
@Typas Typas merged commit f4691d1 into master May 23, 2026
8 of 10 checks passed
@Typas Typas deleted the bootstrap/shared branch May 23, 2026 11:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant