terraform-providers: move ibm and libvirt underneath the terraform-providers

This commit is contained in:
Wael M. Nasreddine 2018-09-28 11:28:38 -07:00
parent ef64786cda
commit 6ff45f34d8
No known key found for this signature in database
GPG key ID: 82AE0A31B33CEFCF
4 changed files with 11 additions and 2 deletions

View file

@ -1,4 +1,8 @@
{ lib, buildGoPackage, fetchFromGitHub }:
{ lib
, buildGoPackage
, fetchFromGitHub
, callPackage
}:
let
list = import ./data.nix;
@ -17,4 +21,7 @@ let
postBuild = "mv go/bin/${repo}{,_v${version}}";
};
in
lib.mapAttrs (n: v: toDrv v) list
{
ibm = callPackage ./ibm {};
libvirt = callPackage ./libvirt {};
} // lib.mapAttrs (n: v: toDrv v) list

View file

@ -277,6 +277,8 @@ mapAliases ({
telepathy_qt5 = libsForQt5.telepathy; # added 2015-12-19
telepathy_salut = telepathy-salut; # added 2018-02-25
telnet = inetutils; # added 2018-05-15
terraform-provider-ibm = terraform-providers.ibm; # added 2018-09-28
terraform-provider-libvirt = terraform-providers.libvirt; # added 2018-09-28
terraform-provider-nixos = terraform-providers.nixos; # added 2018-09-28
tex-gyre-bonum-math = tex-gyre-math.bonum; # added 2018-04-03
tex-gyre-pagella-math = tex-gyre-math.pagella; # added 2018-04-03