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
In that case, the best thing is to put the scripts in a ./bin or ./scripts folder in your project. Then only use Nix and devshell to bring the dependencies (eg: curl, jq, ...) as @deemp described.
Is your feature request related to a problem? Please describe.
I'd like syntax highlighting for bash scripts and similar, which I don't get in TOML.
Also, I'd like it if the scripts were invokable by people who don't want to use nix, provided they have a properly configured environment.
Describe the solution you'd like
instead of
command = '''...'''
, I'd likecommandFile = './scripts/foo.sh'
Describe alternatives you've considered
perhaps some toml import synatx something or other, but that seems too complex.
Additional context
The text was updated successfully, but these errors were encountered: