summary refs log tree commit diff
path: root/pkgs/applications/networking/cluster/terraform/default.nix
diff options
context:
space:
mode:
authorvolth <volth@volth.com>2018-07-21 00:44:44 +0000
committervolth <volth@volth.com>2018-07-21 02:48:04 +0000
commit52f53c69ce6dbc5538f7e4cd22f9d93baf1f64a2 (patch)
tree2519a24bfee83cad4268e77ac180c84cb4036ed7 /pkgs/applications/networking/cluster/terraform/default.nix
parent1a6af9f88ec2405334a9fd6a977ccbcb53472305 (diff)
downloadnixlib-52f53c69ce6dbc5538f7e4cd22f9d93baf1f64a2.tar
nixlib-52f53c69ce6dbc5538f7e4cd22f9d93baf1f64a2.tar.gz
nixlib-52f53c69ce6dbc5538f7e4cd22f9d93baf1f64a2.tar.bz2
nixlib-52f53c69ce6dbc5538f7e4cd22f9d93baf1f64a2.tar.lz
nixlib-52f53c69ce6dbc5538f7e4cd22f9d93baf1f64a2.tar.xz
nixlib-52f53c69ce6dbc5538f7e4cd22f9d93baf1f64a2.tar.zst
nixlib-52f53c69ce6dbc5538f7e4cd22f9d93baf1f64a2.zip
pkgs/*: remove unreferenced function arguments
Diffstat (limited to 'pkgs/applications/networking/cluster/terraform/default.nix')
-rw-r--r--pkgs/applications/networking/cluster/terraform/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/networking/cluster/terraform/default.nix b/pkgs/applications/networking/cluster/terraform/default.nix
index fbcb6c8be40d..358a1f23147a 100644
--- a/pkgs/applications/networking/cluster/terraform/default.nix
+++ b/pkgs/applications/networking/cluster/terraform/default.nix
@@ -1,4 +1,4 @@
-{ stdenv, lib, buildEnv, buildGoPackage, fetchpatch, fetchFromGitHub, makeWrapper }:
+{ stdenv, lib, buildEnv, buildGoPackage, fetchFromGitHub, makeWrapper }:
 
 let
   goPackagePath = "github.com/hashicorp/terraform";
@@ -75,7 +75,7 @@ let
             });
     in withPlugins (_: []);
 
-  plugins = import ./providers { inherit stdenv lib buildGoPackage fetchFromGitHub; };
+  plugins = import ./providers { inherit lib buildGoPackage fetchFromGitHub; };
 in rec {
   terraform_0_8_5 = generic {
     version = "0.8.5";