terraform-providers: store providers as JSON

This commit is contained in:
Timothy Stott 2020-09-30 21:20:18 +01:00
parent 21b9c04a2c
commit 063f1d7301
3 changed files with 1018 additions and 1164 deletions

View File

@ -4,7 +4,7 @@
, callPackage , callPackage
}: }:
let let
list = import ./data.nix; list = lib.importJSON ./providers.json;
toDrv = data: toDrv = data:
buildGoPackage rec { buildGoPackage rec {

File diff suppressed because it is too large Load Diff