numtide / devshell

Per project developer environments
https://numtide.github.io/devshell/
MIT License
1.23k stars 88 forks source link

What is `devshell.packages` for? #310

Open zmrocze opened 4 months ago

zmrocze commented 4 months ago

As in the title.

Setting

devshells.my-shell.devshell.packages = with pkgs; [ my-pkg ];

doesn't make "${my-pkg}/bin/my-pkg" available in shell under my-pkg. What does this option do and what is it for?

serpent213 commented 1 month ago

Stumbled upon the same issue... 🤔