srid / nixci

Define and build CI for Nix projects anywhere; superceded by Omnix https://omnix.page/om/ci.html
GNU Affero General Public License v3.0
109 stars 5 forks source link

Add `--uncached` flag for only building uncached derivations #19

Closed ipetkov closed 1 year ago

ipetkov commented 1 year ago

Related to https://github.com/srid/devour-flake/pull/10, which allows for incrementally building only derivations not already present in the cache (which avoids the pitfall of wasting cycles and bandwidth from downloading artifacts already in the cache)

srid commented 1 year ago

Note: #15 will impact this, which I'd like to do first.