diff --git a/overlays/htop.nix b/overlays/htop.nix index a84d5b7..c4ed0d8 100644 --- a/overlays/htop.nix +++ b/overlays/htop.nix @@ -23,7 +23,7 @@ in patchShebangs scripts/MakeHeader.py ''; - meta = with nixpkgs.stdenv.lib; { + meta = with nixpkgs.lib; { description = "An interactive process viewer for Linux"; homepage = "https://hisham.hm/htop/"; license = licenses.gpl2Plus;