nix icon indicating copy to clipboard operation
nix copied to clipboard

Installer nushell support

Open Eternahl opened this issue 1 year ago • 2 comments

Motivation

Working Nix for nushell 🎉

Context

Closes: #9813

  • Nix profiles configuration for nushell
    • [x] daemon
    • [x] user
  • Nix binaries sourcing for nushell
    • [x] single-user
    • [ ] multi-user (waiting for nushell/nushell/issues/11337)
  • [ ] Commands completions
  • [ ] Installer tests

Using already handled shells as a template

Eternahl avatar Apr 09 '24 06:04 Eternahl

this should probably use modules with export-env, in much the same way starship, so that it can be imported without affecting the wider context of environment setups instead of sourced in place. other than that, lack of nushell support in the installer is the only thing preventing me from using nix on all my systems, so thank you for this :)

Nytelife26 avatar May 07 '24 21:05 Nytelife26

Will be so great to be able to use Nix and Nushell once this done. Any chance it can proceed now that https://github.com/nushell/nushell/issues/11337 is done?

stephenstubbs avatar Aug 21 '24 17:08 stephenstubbs