terraform-providers: store providers as JSON
This commit is contained in:
parent
21b9c04a2c
commit
063f1d7301
File diff suppressed because it is too large
Load Diff
@ -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
Loading…
x
Reference in New Issue
Block a user