Original PR: https://github.com/ryan4yin/nix-config/pull/27 Author: @ryan4yin Created: 12/7/2023 Status: ✅ Merged Merged: 12/7/2023 Merged by: @ryan4yin
Base: main ← Head: fix-nushell-neovim
main
fix-nushell-neovim
9f59301
6 files changed (+30 additions, -59 deletions)
📝 home/base/desktop/terminal/alacritty.nix (+10 -2) 📝 home/base/desktop/terminal/kitty.nix (+13 -17) 📝 home/base/desktop/terminal/wezterm.nix (+7 -11) 📝 home/base/server/nushell/default.nix (+0 -10) 📝 home/darwin/default.nix (+0 -1) ➖ home/darwin/nushell.nix (+0 -18)
home/base/desktop/terminal/alacritty.nix
home/base/desktop/terminal/kitty.nix
home/base/desktop/terminal/wezterm.nix
home/base/server/nushell/default.nix
home/darwin/default.nix
home/darwin/nushell.nix
Fixed by spawn nushell via:
"${pkgs.bash}/bin/bash --login -c 'nu --login --interactive'"
so that nushell can inherit all the environment variables in a login bash session.
Related to:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
No dependencies set.
The note is not visible to the blocked user.
📋 Pull Request Information
Original PR: https://github.com/ryan4yin/nix-config/pull/27
Author: @ryan4yin
Created: 12/7/2023
Status: ✅ Merged
Merged: 12/7/2023
Merged by: @ryan4yin
Base:
main← Head:fix-nushell-neovim📝 Commits (1)
9f59301fix: environment variables missed in nushell📊 Changes
6 files changed (+30 additions, -59 deletions)
View changed files
📝
home/base/desktop/terminal/alacritty.nix(+10 -2)📝
home/base/desktop/terminal/kitty.nix(+13 -17)📝
home/base/desktop/terminal/wezterm.nix(+7 -11)📝
home/base/server/nushell/default.nix(+0 -10)📝
home/darwin/default.nix(+0 -1)➖
home/darwin/nushell.nix(+0 -18)📄 Description
Fixed by spawn nushell via:
so that nushell can inherit all the environment variables in a login bash session.
Related to:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.