This commit is contained in:
cy 2025-04-13 14:52:12 -04:00
parent e58cf2bbd0
commit 681ee5e826
Signed by: cy
SSH key fingerprint: SHA256:o/geVWV4om1QhUSkKvDQeW/eAihwnjyXkqMwrVdbuts
6 changed files with 607 additions and 27 deletions

View file

@ -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();
}
})
});