You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should either find a way not to use nix-build --check whose semantics are dodgy, or wrap it inside a logic that does different thing if output is not in cache
The text was updated successfully, but these errors were encountered:
By dodgy semantics, I mean that there is no way in Nix to simply rebuild locally a derivation, without asking Nix to check the results. This creates problem when the derivation is not in a cache for example, and makes it also not really idempotent in that case.
In our instance, I think we should just check if the derivation the rebuilder wants to build is in the cache or not / present locally or not and adapt our behavior.
We should either find a way not to use
nix-build --check
whose semantics are dodgy, or wrap it inside a logic that does different thing if output is not in cacheThe text was updated successfully, but these errors were encountered: