on: [push] jobs: build: env: RUNNER_TOOL_CACHE: /toolcache name: Build Nix targets runs-on: ubuntu-22.04 steps: - uses: actions/checkout@v4 - uses: DeterminateSystems/nix-installer-action@main - uses: DeterminateSystems/magic-nix-cache-action@main - name: Check Nix flake inputs uses: http://github.com/DeterminateSystems/flake-checker-action@main