This commit is contained in:
Marien Zwart 2024-03-04 16:05:22 +11:00
parent 2c6d5983e3
commit 30d97cd4bd
No known key found for this signature in database

View file

@ -146,6 +146,8 @@ let
or (throw "${name}: cannot derive url from recipe ${p.recipe or "<missing>"}"));
# Use builtins.fetchGit instead of nixpkgs's fetchFromGitHub because
# fetchGit allows fetching a specific git commit without a hash.
# TODO: port to fetchTree once (mostly) stable
# (in particular the github fetcher may be noticably more efficient)
src = builtins.fetchGit (
{
inherit url;