1
1
mirror of https://github.com/nmattia/niv.git synced 2024-09-18 19:07:19 +03:00

Remove TODOs

This commit is contained in:
Nicolas Mattia 2019-11-24 20:24:55 +01:00
parent 271677ec6e
commit 5271115a45

View File

@ -26,7 +26,7 @@ let
instead use `builtin = true`.
$ niv modify <package> -a type=tarball -a builtins=true
'' # TODO: attribute as JSON
''
builtins_fetchTarball { inherit (spec) url sha256; };
fetch_builtin-url = spec:
@ -37,8 +37,7 @@ let
instead use `builtin = true`.
$ niv modify <package> -a type=file -a builtins=true
'' # TODO: attribute as JSON
''
(builtins_fetchurl { inherit (spec) url sha256; });
#