nixos/.gitea/workflows/check.yml
Florian RICHER 435bbae7ab
Some checks failed
check / check (push) Failing after 4s
Try fix --no-daemon and disable kvm
2024-05-24 17:08:01 +02:00

16 lines
No EOL
329 B
YAML

name: check
on:
push:
branches: [ main ]
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: https://github.com/actions/checkout@v4
- uses: https://github.com/cachix/install-nix-action@v27
with:
enable_kvm: false
install_options: --no-daemon
- run: nix flake check .