summary refs log tree commit diff
path: root/pkgs/applications/networking/cluster
diff options
context:
space:
mode:
authorAndrew Marshall <andrew@johnandrewmarshall.com>2023-07-10 17:53:24 -0400
committerAndrew Marshall <andrew@johnandrewmarshall.com>2023-07-10 17:53:24 -0400
commit27df9441f99a75fe46272922a61f0c0eacd46177 (patch)
treec3a8ec75b26f4f93c962d3690efc806de35913cb /pkgs/applications/networking/cluster
parent4953913b51f138f71e8fea2c7480337ce08833b9 (diff)
downloadnixpkgs-27df9441f99a75fe46272922a61f0c0eacd46177.tar
nixpkgs-27df9441f99a75fe46272922a61f0c0eacd46177.tar.gz
nixpkgs-27df9441f99a75fe46272922a61f0c0eacd46177.tar.bz2
nixpkgs-27df9441f99a75fe46272922a61f0c0eacd46177.tar.lz
nixpkgs-27df9441f99a75fe46272922a61f0c0eacd46177.tar.xz
nixpkgs-27df9441f99a75fe46272922a61f0c0eacd46177.tar.zst
nixpkgs-27df9441f99a75fe46272922a61f0c0eacd46177.zip
temporal-cli: Passthru nested drvs to make accessing them easier
Diffstat (limited to 'pkgs/applications/networking/cluster')
-rw-r--r--pkgs/applications/networking/cluster/temporal-cli/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/applications/networking/cluster/temporal-cli/default.nix b/pkgs/applications/networking/cluster/temporal-cli/default.nix
index 72622d25c3c..9671b4b304e 100644
--- a/pkgs/applications/networking/cluster/temporal-cli/default.nix
+++ b/pkgs/applications/networking/cluster/temporal-cli/default.nix
@@ -75,6 +75,8 @@ symlinkJoin rec {
     tctl
   ];
 
+  passthru = { inherit tctl tctl-next; };
+
   meta = with lib; {
     description = "Temporal CLI";
     homepage = "https://temporal.io";