bonfire/.gitea/workflows/nix.yml
L-Nafaryus eb105310f8
All checks were successful
nix / check (push) Successful in 2m28s
ci: fix for broken packages
flake: remove git submodules
2024-07-18 15:55:28 +05:00

18 lines
338 B
YAML

name: nix
on:
push:
branches:
- master
jobs:
check:
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