about summary refs log tree commit diff
path: root/pkgs/tools/system/zenith
diff options
context:
space:
mode:
authorStanisław Pitucha <stan.pitucha@envato.com>2022-09-01 20:24:55 +1000
committerStanisław Pitucha <stan.pitucha@envato.com>2022-09-01 20:24:55 +1000
commitac6737c9b563fcd85e491c7efed9f303510d0405 (patch)
treef14f27a62819a8446699eedc80f64b188167e540 /pkgs/tools/system/zenith
parentcc9c837aa23a08b18bdda489dbe9728c5aa88466 (diff)
zenith: mark working on darwin
Diffstat (limited to 'pkgs/tools/system/zenith')
-rw-r--r--pkgs/tools/system/zenith/default.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/tools/system/zenith/default.nix b/pkgs/tools/system/zenith/default.nix
index 78091d2d4ab0e..57d0f548f00e6 100644
--- a/pkgs/tools/system/zenith/default.nix
+++ b/pkgs/tools/system/zenith/default.nix
@@ -34,7 +34,6 @@ rustPlatform.buildRustPackage rec {
   '';
 
   meta = with lib; {
-    broken = stdenv.isDarwin;
     description = "Sort of like top or htop but with zoom-able charts, network, and disk usage"
       + lib.optionalString nvidiaSupport ", and NVIDIA GPU usage";
     homepage = "https://github.com/bvaisvil/zenith";