make nar
This commit is contained in:
parent
e58cf2bbd0
commit
681ee5e826
6 changed files with 607 additions and 27 deletions
|
@ -72,7 +72,7 @@ impl NixCp {
|
|||
let _permit = permits.acquire().await.unwrap();
|
||||
|
||||
if !path.check_upstream_hit(upstream_caches.as_slice()).await {
|
||||
tx.send(path.to_string()).await.unwrap();
|
||||
tx.send(path.absolute_path()).await.unwrap();
|
||||
}
|
||||
})
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue