camasca/.forgejo/workflows/build.yml

22 lines
471 B
YAML
Raw Normal View History

2024-09-10 16:17:31 +02:00
name: build packages
on:
push:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: DeterminateSystems/nix-installer-action@v14
- name: Build
run: |
nix run \
github:Mic92/nix-fast-build -- \
--no-nom \
--skip-cached \
--option accept-flake-config true \
--option allow-import-from-derivation false \
--flake '.#packages'