any-nix-shell icon indicating copy to clipboard operation
any-nix-shell copied to clipboard

fish and zsh support for the nix run and nix-shell environments of the Nix package manager

Results 17 any-nix-shell issues
Sort by recently updated
recently updated
newest added

Example: `nix-shell -p 'python38.withPackages(ps: with ps; [ openpyxl pandas pystache jupyter ])'` creates a really messy terminal line: ```bash $ » [ ]) jupyter openpyxl pandas ps; pystache python38.withPackages(ps: with...

* Use `console` as that block was not a shell script but rather a shell session, something to be ran in a terminal emulator * Add brackets to the Nix...

I followed the installation instructions from the readme. However it does not seem to work: ![image](https://user-images.githubusercontent.com/27063113/147263794-73c7bb23-8320-4832-99ef-7cf1330e539f.png) I am on macOS, with fish version 3.3.1 and nix 2.4.

Hello, I'm switching my projects and use more and more flakes. When I do `nix develop`, it starts a bash shell instead of continue to use my current shell on...

Is there any way to 'undo' these changes in a `shell.nix`? If not could there be? I know I could just unload the `nix-shell` function or pass `--command`, the problem...

When I run: ``` nix-shell -p "(python.withPackages(ps: with ps; [numpy pint pandas]))" ``` The terminal reads: "[numpy pandas])) pint ps; (python.withPackages(ps: with"

bug

This fails on mac ``` $ any-nix-shell --info-right | source /dev/stdin ERROR: wrong usage sed: illegal option -- r usage: sed script [-Ealn] [-i extension] [file ...] sed [-Ealn] [-i...

Great tool, thank you to the devs. If scripts for the xonsh shell could be added that would be useful.