Add TODO
This commit is contained in:
parent
2c6d5983e3
commit
30d97cd4bd
1 changed files with 2 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue