bonfire/.gitea/workflows/nix.yml
L-Nafaryus bb7c9204f5
Some checks failed
nix / check (push) Failing after 13m8s
ci: fix for unfree packages
2024-08-09 17:02:08 +05:00

18 lines
361 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 NIXPKGS_ALLOW_UNFREE=1 nix flake check --allow-import-from-derivation --keep-going --impure