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
Copy file name to clipboardExpand all lines: README.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -59,6 +59,9 @@ jobs:
59
59
| Input | Description |
60
60
| ----- | ----------- |
61
61
| `run` | The script to be executed using `nix-shell`. This can be the actual script or a path to as cript file. |
62
+
| `pure` | Whether to run the script with the `--pure` option. Defaults to `true`. |
62
63
| `options` | Any options that you want to pass to `nix-shell`. |
63
64
| `working-directory` | This will be the current working direcotry when the script is executed. |
65
+
| `derivation-path` | The path to directory or the `shell.nix` or `default.nix` to use to set up the environment. This is the directory where `nix-shell` is executed. |
66
+
| `shell-flags` | These flags will be set before executing the script. |
64
67
| `verbose` | Enables additional output for debugging this action. |
0 commit comments