mirror of
https://github.com/CHN-beta/nixpkgs.git
synced 2026-01-13 11:30:35 +08:00
Revert "go-packages: use lib.importJSON"
This reverts commit 2206a24caa.
This commit is contained in:
@@ -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; {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user