Skip to content

Better env#10

Merged
freepicheep merged 4 commits intomainfrom
better-env
Feb 25, 2026
Merged

Better env#10
freepicheep merged 4 commits intomainfrom
better-env

Conversation

@freepicheep
Copy link
Copy Markdown
Owner

Closes #9

Added

  • Added qv run to run your nu scripts with the package environment and nu version in .nu-env/bin/.
  • Added a virtual nu symlink in the environment bin. This is a step towards managing your version of nu with quiver.
  • Added qv lsp to generate project specific profiles for helix and/or zed since we need to pass in env.nu so modules can be discovered by the lsp.

Changed

  • Moved Nushell environment artifacts to nu-env/, including the modules/ subdirectory.
  • Improved activate.nu to export a definition of nu that loads the env.nu with the $NU_LIB_DIRS properly filled.

Fixed

  • Improved activate.nu reliability.

@freepicheep freepicheep added the enhancement New feature or request label Feb 25, 2026
@freepicheep freepicheep merged commit 62fca58 into main Feb 25, 2026
1 check passed
@freepicheep freepicheep deleted the better-env branch February 25, 2026 23:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feat: qv run

1 participant