Page MenuHomePhabricator

[Nix Docs] Add section on using alternate shells
ClosedPublic

Authored by jon on Jan 11 2023, 11:15 AM.
Tags
None
Referenced Files
F3249348: D6237.diff
Fri, Nov 15, 1:47 PM
Unknown Object (File)
Tue, Nov 12, 11:27 AM
Unknown Object (File)
Tue, Oct 29, 11:20 PM
Unknown Object (File)
Oct 2 2024, 9:18 PM
Unknown Object (File)
Sep 30 2024, 2:59 PM
Unknown Object (File)
Sep 30 2024, 2:59 PM
Unknown Object (File)
Sep 30 2024, 2:59 PM
Unknown Object (File)
Sep 30 2024, 2:59 PM
Subscribers

Details

Summary

Many developers would prefer to use their existing fish or zsh setups.
Detail how to use an alternate shell using 'nix develop'.

Test Plan
# start zsh shell
zsh

nix develop -c $SHELL
echo $0 # should still be using zsh

Diff Detail

Repository
rCOMM Comm
Branch
jonringer/alternate-shells
Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

ashoat requested changes to this revision.Jan 11 2023, 11:41 AM
ashoat added inline comments.
docs/nix_dev_env.md
117

Capitalize Nix, please remember to always be consistent. Please apply this feedback throughout this diff, and preemptively apply this feedback to all diffs before submitting in the future – it will save time for both of us if I don't have to repeatedly leave this feedback on every diff

This revision now requires changes to proceed.Jan 11 2023, 11:41 AM
jon added inline comments.
docs/nix_dev_env.md
117

Yep, my bad

jon marked an inline comment as done.

Apply feedback

This revision is now accepted and ready to land.Jan 12 2023, 2:59 PM