workflow/Nix Shell

Run any command you like in a deterministic nix shell on Linux and macOS

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
interpreterInterpreter to use in the nix shell shebangnobash
packagesComma-separated list of packages to pre-install in your shell. Defaults to simply "bash". Cannot be used together with the flakes optionnobash
flakesComma-separated list of fully qualified flakes to pre-install in your shell. Use either packages or flakes. Cannot be used together with the packages optionno""
flakes-from-devshellIf set to true, uses devShell instead.nofalse
custom-devshellIf set, uses a customly named devShell from the current flakeno""
scriptThe actual script to execute in the shellyes
working-directoryExecute the script inside the specified working directory instead of the repository root. Example: path/to/dirno

no outputs