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 .