add nixos-generators module
This commit is contained in:
parent
2d0c49f55b
commit
1fa4c94b83
2 changed files with 9 additions and 1 deletions
4
.github/workflows/build-packages.yml
vendored
4
.github/workflows/build-packages.yml
vendored
|
@ -57,3 +57,7 @@ jobs:
|
|||
# always save the cache
|
||||
save-always: true
|
||||
- run: nix build -L ${{ matrix.package }}
|
||||
- uses: actions/upload-artifacts@v4
|
||||
with:
|
||||
name: ${{ matrix.package }}-${{ matrix.os }}
|
||||
path: result/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue