build-remote.pl: Fix building multiple output derivations
We were importing paths without sorting them topologically, leading to "path is not valid" errors. See e.g. http://hydra.nixos.org/build/12451761
This commit is contained in:
parent
b2e0293f02
commit
fa13d3f4f3
3 changed files with 6 additions and 4 deletions
|
|
@ -35,7 +35,6 @@ template<class T> T readStorePaths(Source & from)
|
|||
}
|
||||
|
||||
template PathSet readStorePaths(Source & from);
|
||||
template Paths readStorePaths(Source & from);
|
||||
|
||||
|
||||
RemoteStore::RemoteStore()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue