mirror of
https://github.com/DeterminateSystems/nix-installer-action.git
synced 2024-12-23 13:32:06 +01:00
Update input description and add test workflow
This commit is contained in:
parent
8d4286b90e
commit
397a5c26a7
2 changed files with 11 additions and 1 deletions
10
.github/workflows/ci.yml
vendored
10
.github/workflows/ci.yml
vendored
|
@ -211,3 +211,13 @@ jobs:
|
||||||
with:
|
with:
|
||||||
duration: 5m
|
duration: 5m
|
||||||
authorized-users: grahamc
|
authorized-users: grahamc
|
||||||
|
|
||||||
|
install-with-non-default-inputs:
|
||||||
|
name: Install Nix using non-default Action inputs
|
||||||
|
runs-on: ubuntu-22.04
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v4
|
||||||
|
- uses: DeterminateSystems/nix-installer-action@main
|
||||||
|
with:
|
||||||
|
source-url: https://install.determinate.systems/nix-installer/stable/X64-Linux
|
||||||
|
- run: nix --version
|
||||||
|
|
|
@ -92,7 +92,7 @@ inputs:
|
||||||
description: The tag of `nix-installer` to use (conflicts with `source-revision`, `source-branch`, `source-pr`)
|
description: The tag of `nix-installer` to use (conflicts with `source-revision`, `source-branch`, `source-pr`)
|
||||||
required: false
|
required: false
|
||||||
source-url:
|
source-url:
|
||||||
description: A URL pointing to a `nix-installer.sh` script
|
description: A URL pointing to a `nix-installer` executable
|
||||||
required: false
|
required: false
|
||||||
nix-package-url:
|
nix-package-url:
|
||||||
description: The Nix package URL
|
description: The Nix package URL
|
||||||
|
|
Loading…
Reference in a new issue