about summary refs log tree commit diff
path: root/pkgs/applications/networking/cluster/terraform
diff options
context:
space:
mode:
authorzowoq <59103226+zowoq@users.noreply.github.com>2023-03-31 11:41:13 +1000
committerzowoq <59103226+zowoq@users.noreply.github.com>2023-04-03 10:00:13 +1000
commit9ce1d14a8bdc071269b7a63d5bebe0804b871957 (patch)
treecba096dbb6ad563f8aa6269d7536e361f4fb0b12 /pkgs/applications/networking/cluster/terraform
parentb86e23f84b04b79e1117bca7ca52abdf972f6471 (diff)
terraform.withPlugins: switch to pname/version
Diffstat (limited to 'pkgs/applications/networking/cluster/terraform')
-rw-r--r--pkgs/applications/networking/cluster/terraform/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/networking/cluster/terraform/default.nix b/pkgs/applications/networking/cluster/terraform/default.nix
index beaf18e0697fe..02717bd99974b 100644
--- a/pkgs/applications/networking/cluster/terraform/default.nix
+++ b/pkgs/applications/networking/cluster/terraform/default.nix
@@ -127,7 +127,7 @@ let
             (orig: { passthru = orig.passthru // passthru; })
         else
           lib.appendToName "with-plugins" (stdenv.mkDerivation {
-            inherit (terraform) name meta;
+            inherit (terraform) meta pname version;
             nativeBuildInputs = [ makeWrapper ];
 
             # Expose the passthru set with the override functions