You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
scripts: use lib.getExe to fetch the package binary by default
`scripts.<name>.binary` is now an optional override, in case
`lib.getExe` (i.e. `meta.mainProgram`) returns something that doesn't
work.
This fixes an issue in nixpkgs/master where the pname for bash is
changing to bash-interactive by default. Using the pname as the name of
the binary breaks scripts.
0 commit comments