name: Nix on Linux on: push: branches: - main pull_request: permissions: read-all jobs: nix: runs-on: ubuntu-latest name: nix-build timeout-minutes: 20 steps: - uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 with: fetch-depth: 0 - uses: cachix/install-nix-action@29bd9290ef037a3ecbdafe83cbd2185e9dd0fa0a with: extra_nix_config: | experimental-features = nix-command flakes - run: nix flake check --print-build-logs --show-trace