fluidattacks / makes

A software supply chain framework powered by Nix.
https://makes.fluidattacks.tech/
MIT License
454 stars 43 forks source link

available fetchers are not ok #609

Open kamadorueda opened 3 years ago

kamadorueda commented 3 years ago

fetchers on Nix are not perfect

so, let's explore what we can do to prevent the mentioned problems

blaggacao commented 3 years ago

also: nix itself not parallelizing bin cache look-ups is not ok. /cc @nrdxp

nrdxp commented 3 years ago

incidentally, I was just wondering the potential difficulty of injecting a tokio runtime so I could leverage its select macro directly into the Nix binary :sweat_smile: