Skip to content

Commit 0d73770

Browse files
sir4ur0nJulien Debon
andauthored
Add missing inputs in the documentation (#8)
Also, add a missing description to `pure` input Co-authored-by: Julien Debon <[email protected]>
1 parent e5fe9fd commit 0d73770

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,9 @@ jobs:
5959
| Input | Description |
6060
| ----- | ----------- |
6161
| `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`. |
6263
| `options` | Any options that you want to pass to `nix-shell`. |
6364
| `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. |
6467
| `verbose` | Enables additional output for debugging this action. |

action.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ inputs:
99
pure:
1010
type: boolean
1111
default: true
12+
description: Whether to run the script with the `--pure` option. Defaults to `true`.
1213
options:
1314
type: string
1415
description: Any parameters that are to be passed to nix-shell are specified here.

0 commit comments

Comments
 (0)