You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using fetchpatch inside the patches = []; to fetch a patch is a common pattern in nixpkgs, thus it would make sense for nix-prefetch to also look for fetchable derivations there and prefetch them.
The text was updated successfully, but these errors were encountered:
Using
fetchpatch
inside thepatches = [];
to fetch a patch is a common pattern in nixpkgs, thus it would make sense for nix-prefetch to also look for fetchable derivations there and prefetch them.The text was updated successfully, but these errors were encountered: