devenv
devenv copied to clipboard
Configurable `script` defaults
Let's say I want to configure custom package (shell) for every script. It would be nice to implement something like:
scripts.defaults = {
package = pkgs.bashNonInteractive;
binary = "sh";
};
This would break all other scripts coming from other inputs, I'm not sure that's the expected behaviour.