This repository has no description
0

Configure Feed

Select the types of activity you want to include in your feed.

ci: use nix-fast-build

+2 -1
+2 -1
.github/workflows/ci.yml
··· 29 29 - uses: DeterminateSystems/nix-installer-action@main 30 30 - uses: DeterminateSystems/magic-nix-cache-action@main 31 31 - name: Build 32 - run: nix build '.#checks.x86_64-linux.${{ matrix.pkg }}^*' --print-build-logs 32 + shell: nix shell nixpkgs#nix-fast-build --command bash {0} 33 + run: nix-fast-build --skip-cached --no-nom --flake '.#checks.x86_64-linux.${{ matrix.pkg }}^*'