summary refs log tree commit diff
path: root/pkgs/top-level/aliases.nix
diff options
context:
space:
mode:
authorzimbatm <zimbatm@zimbatm.com>2018-09-28 16:02:51 +0100
committerWael M. Nasreddine <wael.nasreddine@gmail.com>2018-09-28 11:22:27 -0700
commitef64786cda0607231707c29526555948c085a2d7 (patch)
treea5cfb84e1752e709031670cc634574a69c450b4f /pkgs/top-level/aliases.nix
parent7dadabb22c49de57bb6bef395f4b0474731e5eaf (diff)
downloadnixpkgs-ef64786cda0607231707c29526555948c085a2d7.tar
nixpkgs-ef64786cda0607231707c29526555948c085a2d7.tar.gz
nixpkgs-ef64786cda0607231707c29526555948c085a2d7.tar.bz2
nixpkgs-ef64786cda0607231707c29526555948c085a2d7.tar.lz
nixpkgs-ef64786cda0607231707c29526555948c085a2d7.tar.xz
nixpkgs-ef64786cda0607231707c29526555948c085a2d7.tar.zst
nixpkgs-ef64786cda0607231707c29526555948c085a2d7.zip
terraform: move providers to terraform-providers
Before, providers were only built indirectly. Since proviers don't
depend on terraform to build they can be moved into their own collection
of packages. This also has the advantage that they can be reached
directly using an attribute path (Eg: terraform-providers.nixos).

Co-authored-by: Wael Nasreddine <wael.nasreddine@gmail.com>
Diffstat (limited to 'pkgs/top-level/aliases.nix')
-rw-r--r--pkgs/top-level/aliases.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/top-level/aliases.nix b/pkgs/top-level/aliases.nix
index 26bc7ebc6f1..6d5d1fe2081 100644
--- a/pkgs/top-level/aliases.nix
+++ b/pkgs/top-level/aliases.nix
@@ -277,6 +277,7 @@ 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-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
   tex-gyre-schola-math = tex-gyre-math.schola; # added 2018-04-03