mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-10 00:08:07 +02:00
Fix --fallback with the binary cache substituter
Reported by Peter Simons.
This commit is contained in:
parent
a9b4e26b5c
commit
08d96ffad0
1 changed files with 1 additions and 0 deletions
|
@ -516,6 +516,7 @@ sub downloadBinary {
|
|||
}
|
||||
|
||||
print STDERR "could not download ‘$storePath’ from any binary cache\n";
|
||||
exit 1;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue