Remove deprecated use of stdenv.lib

This commit is contained in:
adisbladis
2021-08-24 14:07:11 -05:00
parent a4441fe1c8
commit a80fc92bc1
+2 -1
View File
@@ -1,4 +1,5 @@
{ stdenv
, lib
, nixFlakes
, meson
, cmake
@@ -25,7 +26,7 @@ stdenv.mkDerivation rec {
# nlohmann_json can be only discovered via cmake files
cmake
];
meta = with stdenv.lib; {
meta = with lib; {
description = "Hydra's builtin hydra-eval-jobs as a standalone";
homepage = "https://github.com/nix-community/nix-eval-jobs";
license = licenses.mit;