devshell icon indicating copy to clipboard operation
devshell copied to clipboard

How to display in menu the packages coming from `packagesFrom`?

Open zmrocze opened this issue 9 months ago • 0 comments

Hey!

I include a traditional devshell called other in my default devshell with devshells.default.devshell.packagesFrom = [ other ].

problem

The included other devshell provides i.e. the ghci command. But the command is not listed and documented in the menu that gets shown on entering the shell with:

motd = ''$(type -p menu &>/dev/null && menu)'';

How could I list it there as well?

tried solution

What I tried and how it didn't work is described in this issue of mine: #312 .

zmrocze avatar May 17 '24 20:05 zmrocze