mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 23:22:37 +00:00
Revert "go-packages: use lib.importJSON"
This reverts commit 2206a24caa
.
This commit is contained in:
parent
f21ed7a86a
commit
10a159306a
@ -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; {
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user