bonfire/.gitea/workflows/nix.yml

18 lines
338 B
YAML
Raw Normal View History

2024-05-04 18:54:15 +05:00
name: nix
2024-05-04 18:48:44 +05:00
on:
push:
branches:
- master
jobs:
2024-05-04 18:54:15 +05:00
check:
2024-05-04 18:48:44 +05:00
runs-on: nix-runner
steps:
- uses: actions/checkout@v4
with:
submodules: true
token: "${{ secrets.REPO_PAT }}"
- run: |
NIXPKGS_ALLOW_BROKEN=1 nix flake check --allow-import-from-derivation --keep-going --impure