devenv icon indicating copy to clipboard operation
devenv copied to clipboard

Configurable `script` defaults

Open 0x241F31 opened this issue 9 months ago • 1 comments

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";
};

0x241F31 avatar May 25 '25 11:05 0x241F31

This would break all other scripts coming from other inputs, I'm not sure that's the expected behaviour.

domenkozar avatar Dec 30 '25 10:12 domenkozar