Remove deprecated use of stdenv.lib
This commit is contained in:
parent
a4441fe1c8
commit
a80fc92bc1
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue