tweag/Run nix-shell scripts

Executes shell scripts using nix-shell.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
runThe path to a file that contains shell code or the actual shell code.yes
pureWhether to run the script with the `--pure` option. Defaults to `true`.true
optionsAny parameters that are to be passed to nix-shell are specified here.
working-directoryThe path where nix-shell is executed and the script will be executed. .
derivation-pathThe path to a directory containing shell.nix or default.nix; or a path to a .nix file to use to set up the environment. Note, the path is resolved relative to the project root.
shell-flagsThese flags will be set before executing the script.set -o errexit -o nounset -o pipefail
verboseEnable debug output written to stderr.false
namedescription
outputsThe outputs of the nix-shell-run