As in the title. Setting ```nix 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?
As in the title.
Setting
doesn't make
"${my-pkg}/bin/my-pkg"available in shell undermy-pkg. What does this option do and what is it for?