haslersn / any-nix-shell

fish and zsh support for the nix run and nix-shell environments of the Nix package manager
MIT License
253 stars 17 forks source link

Loaded packages information messed up by more complex shell #1

Closed knedlsepp closed 1 year ago

knedlsepp commented 5 years ago

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"

haslersn commented 4 years ago

Fixing this is unfortunately not straightforward because environment variables can't hold arrays.

By the way: Did you try lorri? It's much better than any-nix-shell.