nix-your-shell
nix-your-shell copied to clipboard
A `nix` and `nix-shell` wrapper for shells other than `bash`
## Description 🐛 When using rustix::fs::Dir using the linux_raw backend, it's possible for the iterator to "get stuck" when an IO error is encountered. Combined with a memory over-allocation issue...
``` nix-shell -p xonsh xonsh nix-your-shell xonsh | source ``` xonsh will hang, with 100%cpu util. Setting the aliases manually by copy-pasting them from `nix-your-shell xonsh` into the xonsh prompt...
originally reported by @janik-haag ``` The application panicked (crashed). Message: index out of bounds: the len is 2 but the index is 2 Location: src/nix.rs:128 Backtrace omitted. Run with RUST_BACKTRACE=1...
!!!!!!!
with fish. I might be doing something wrong. I didn't use fish in a while. ``` ~ on ☁️ (ca-central-1) ❯ /nix/store/zbm4grxkb9r1rhg3x60a231sq97mysw2-nix-your-shell-1.4.5/bin/nix-your-shell --nom fish | source ~ on ☁️ (ca-central-1)...
The README currently states: > However, any-nix-shell can optionally display the packages in the current shell on a righthand prompt. nix-your-shell does not support this. Would contributions to add this...
You might want to update `Comparison with any-nix-shell` part in the README, as it could be a bit misleading now that any-nix-shell has `nix develop` support (since this [PR](https://github.com/haslersn/any-nix-shell/pull/34)). Thank...