Revert "go-packages: use lib.importJSON"

This reverts commit 2206a24caa.
This commit is contained in:
Eelco Dolstra 2016-03-10 17:23:29 +01:00
parent f21ed7a86a
commit 10a159306a

View File

@ -8,7 +8,7 @@ let
# When adding entries to the json file, please use `jq . < go-packages.json --sort-keys`
# to canonicallize the data.
ghPackages = stdenv.lib.importJSON ./go-packages.json;
ghPackages = builtins.fromJSON (builtins.readFile ./go-packages.json);
self = _self // overrides; _self = with self; {