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

Pretty format for complex nix-shell inputs

Open dmadisetti opened this issue 2 years ago • 0 comments

Example:

nix-shell -p 'python38.withPackages(ps: with ps; [ openpyxl pandas pystache jupyter ])'

creates a really messy terminal line:

$ »                  [ ]) jupyter openpyxl pandas ps; pystache python38.withPackages(ps: with
                                                      ^
                                                      |
from any shell ----------------------------------------

dmadisetti avatar Jun 09 '22 15:06 dmadisetti