ci: pass correct args to the act test

This commit is contained in:
Sander 2025-10-08 04:22:39 +02:00
parent 0ef05056da
commit b8a94d3614
No known key found for this signature in database
2 changed files with 5 additions and 3 deletions

View file

@ -13,7 +13,8 @@ on:
type: string
oldest_installer_version:
description: 'Oldest supported Nix installer version to test (e.g., nix-2.8.0)'
required: true
required: false
default: 'nix-2.8.0'
type: string
env:
@ -94,4 +95,4 @@ jobs:
with:
nix_path: ${{ env.nixpkgs_channel }}
install_url: https://releases.nixos.org/nix/${{ inputs.oldest_installer_version }}/install
- run: nix-build tests/test-build.nix
- run: nix-build tests/test-build.nix