commit
696274fae7
23
pkgs/tools/system/zenith/default.nix
Normal file
23
pkgs/tools/system/zenith/default.nix
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
{ stdenv, rustPlatform, fetchFromGitHub }:
|
||||||
|
|
||||||
|
rustPlatform.buildRustPackage rec {
|
||||||
|
pname = "zenith";
|
||||||
|
version = "0.8.0";
|
||||||
|
|
||||||
|
src = fetchFromGitHub {
|
||||||
|
owner = "bvaisvil";
|
||||||
|
repo = pname;
|
||||||
|
rev = version;
|
||||||
|
sha256 = "1m709mnhhjs30s91542rhri3xbzsb3kw8zablvn11rwp2iq1lxxx";
|
||||||
|
};
|
||||||
|
|
||||||
|
cargoSha256 = "1j6pww4mpssnr9zsbfy74llv7336kjrif1qiph998b82qj63vdlg";
|
||||||
|
|
||||||
|
meta = with stdenv.lib; {
|
||||||
|
description = "Sort of like top or htop but with zoom-able charts, network, and disk usage";
|
||||||
|
homepage = "https://github.com/bvaisvil/zenith";
|
||||||
|
license = licenses.mit;
|
||||||
|
maintainers = with maintainers; [ bbigras ];
|
||||||
|
platforms = platforms.x86;
|
||||||
|
};
|
||||||
|
}
|
@ -7718,6 +7718,8 @@ in
|
|||||||
|
|
||||||
zdelta = callPackage ../tools/compression/zdelta { };
|
zdelta = callPackage ../tools/compression/zdelta { };
|
||||||
|
|
||||||
|
zenith = callPackage ../tools/system/zenith {};
|
||||||
|
|
||||||
zerotierone = callPackage ../tools/networking/zerotierone { };
|
zerotierone = callPackage ../tools/networking/zerotierone { };
|
||||||
|
|
||||||
zerofree = callPackage ../tools/filesystems/zerofree { };
|
zerofree = callPackage ../tools/filesystems/zerofree { };
|
||||||
|
Loading…
Reference in New Issue
Block a user