mirror of
https://github.com/NixOS/nix
synced 2025-06-29 02:11:15 +02:00
Don't require --fallback to recover from disappeared binary cache NARs
This commit is contained in:
parent
691b7582c7
commit
4ac4f675df
4 changed files with 41 additions and 17 deletions
|
@ -22,6 +22,7 @@ MakeError(SubstError, Error)
|
|||
MakeError(BuildError, Error) /* denotes a permanent build failure */
|
||||
MakeError(InvalidPath, Error)
|
||||
MakeError(Unsupported, Error)
|
||||
MakeError(SubstituteGone, Error)
|
||||
|
||||
|
||||
struct BasicDerivation;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue