Skip to content

0.12.0-dev

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 17 Jun 15:29
· 45 commits to main since this release
2b0decf

What's new in this pre-release

devbox run will no longer re-run init_hooks or attempt to recreate the shell environment if it is already running in a devbox shell environment. Implications of this change are:

  • If you start a shell, and then run a script with devbox run, the script will not re-run the init_hook or recreate the environment
  • If you run a devbox script inside another devbox script, the init_hook and shell setup will only happen once.

Changelog

  • 2b0decf [devbox] run: skip re-computing Devbox State if in devbox shell (#2144)
  • b9cf6c4 [docker] Added steps for latest tag for devbox & devbox-root (#2146)
  • d9c9f17 [RFC][Devbox] computeEnv: remove __ETC_PROFILE_NIX_SOURCED=1 (#2147)
  • 3aac497 [Remove Nixpkgs] remove feature flag (#2142)
  • 6549b43 [docker] fix docker release image (#2136)