1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-28 13:41:15 +02:00

Merge remote-tracking branch 'origin/master' into enum-FileIngestionMethod

This commit is contained in:
Carlo Nucera 2020-05-26 11:14:08 -04:00
commit 6d73c10041
159 changed files with 6498 additions and 1881 deletions

View file

@ -28,6 +28,7 @@ MakeError(InvalidPath, Error);
MakeError(Unsupported, Error);
MakeError(SubstituteGone, Error);
MakeError(SubstituterDisabled, Error);
MakeError(NotInStore, Error);
struct BasicDerivation;