use input to build packages

This commit is contained in:
cy 2025-01-20 21:00:49 -05:00
parent 222fc45918
commit 21fdf27b6c

View file

@ -1,13 +1,20 @@
name: build and cache packages name: build and cache packages
on: on:
workflow_dispatch: workflow_dispatch:
inputs:
package:
description: "package to build"
required: false
type: string
jobs: jobs:
build-packages: build-packages:
strategy: strategy:
matrix: matrix:
package: package:
- github:cything/nixpkgs/928e0c6874ab3e759305e93f806a4cf559645677#alvr - github:cything/nixpkgs/928e0c6874ab3e759305e93f806a4cf559645677#alvr
- github:cything/nixpkgs/7a6df0d295e2477d88251bd6d80bf25d251e59d2#lact - github:cything/nixpkgs/8929e1256ceec677dd57fce405cdaca23176399b#lact
- ${{ inputs.package }}
os: os:
- ubuntu-latest - ubuntu-latest
- macos-latest - macos-latest