Skip to content

Refresh FLOX_VERSION when activating#449

Open
mkenigs wants to merge 1 commit intomainfrom
refresh-FLOX_VERSION
Open

Refresh FLOX_VERSION when activating#449
mkenigs wants to merge 1 commit intomainfrom
refresh-FLOX_VERSION

Conversation

@mkenigs
Copy link
Contributor

@mkenigs mkenigs commented Mar 18, 2026

The current on-activate hook only refreshes FLOX_VERSION if the FLOX_VERSION file doesn't already exist. That works in CI, because FLOX_VERSION never exists, but locally, I'm forever pinned at an old FLOX_VERSION, because there's no way to invalidate the prior version.

Just curl version every time because that shouldn't take long, it's consistent with CI, and I'm not trynna solve caching right now

The current on-activate hook only refreshes FLOX_VERSION if the
FLOX_VERSION file doesn't already exist. That works in CI, because
FLOX_VERSION never exists, but locally, I'm forever pinned at an old
FLOX_VERSION, because there's no way to invalidate the prior version.

Just `curl` version every time because that shouldn't take long, it's
consistent with CI, and I'm not trynna solve caching right now
@mkenigs mkenigs requested a review from billlevine March 18, 2026 20:15
@github-actions github-actions bot added the documentation Improvements or additions to documentation label Mar 18, 2026
@github-actions
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant