diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ea4947a..109b181 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -211,3 +211,13 @@ jobs: with: duration: 5m 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 diff --git a/action.yml b/action.yml index fb27ca3..b44d1ed 100644 --- a/action.yml +++ b/action.yml @@ -92,7 +92,7 @@ inputs: description: The tag of `nix-installer` to use (conflicts with `source-revision`, `source-branch`, `source-pr`) required: false source-url: - description: A URL pointing to a `nix-installer.sh` script + description: A URL pointing to a `nix-installer` executable required: false nix-package-url: description: The Nix package URL