summary refs log tree commit diff
path: root/pkgs/development/tools/misc/hydra-cli/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/tools/misc/hydra-cli/default.nix')
-rw-r--r--pkgs/development/tools/misc/hydra-cli/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/tools/misc/hydra-cli/default.nix b/pkgs/development/tools/misc/hydra-cli/default.nix
index 837128e297744..9160a33668119 100644
--- a/pkgs/development/tools/misc/hydra-cli/default.nix
+++ b/pkgs/development/tools/misc/hydra-cli/default.nix
@@ -19,7 +19,7 @@ rustPlatform.buildRustPackage rec {
     pkg-config
   ];
 
-  meta = with stdenv.lib; {
+  meta = with lib; {
     description = "A client for the Hydra CI";
     homepage = "https://github.com/nlewo/hydra-cli";
     license = with licenses; [ mit ];