alpha
Login
or
Join now
tombl.dev
/
distro
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
This repository has no description
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
ci: use nix-fast-build
author
Thomas Stokes
date
1 year ago
(Jan 15, 2025, 11:29 PM +0800)
commit
49477b08
49477b0860a9deb84d76963a3b9a5ecfe1fe1daa
parent
68380207
68380207700840b1b2746c9cb943ea80506d47ed
+2
-1
1 changed file
Expand all
Collapse all
Unified
Split
.github
workflows
ci.yml
+2
-1
.github/workflows/ci.yml
Reviewed
···
29
29
- uses: DeterminateSystems/nix-installer-action@main
30
30
- uses: DeterminateSystems/magic-nix-cache-action@main
31
31
- name: Build
32
32
-
run: nix build '.#checks.x86_64-linux.${{ matrix.pkg }}^*' --print-build-logs
32
32
+
shell: nix shell nixpkgs#nix-fast-build --command bash {0}
33
33
+
run: nix-fast-build --skip-cached --no-nom --flake '.#checks.x86_64-linux.${{ matrix.pkg }}^*'