ctucx.git: nixfiles

ctucx' nixfiles

commit 8e123ba3a4fcf4b7161696ace1120ffd5c91c4f0
parent 6f9a74ade653d49d4124a88ca68d009738a7e00f
Author: Katja (ctucx) <git@ctu.cx>
Date: Sun, 2 Mar 2025 00:41:48 +0100

pkgs/darwin: remove `asitop`
2 files changed, 0 insertions(+), 33 deletions(-)
D
pkgs/darwin/asitop.nix
|
32
--------------------------------
M
pkgs/darwin/default.nix
|
1
-
diff --git a/pkgs/darwin/asitop.nix b/pkgs/darwin/asitop.nix
@@ -1,32 +0,0 @@
-{ pkgs, python3Packages }:
-
-with python3Packages;
-
-let
-  dashing = buildPythonApplication {
-    name = "dashing";
-
-    propagatedBuildInputs = [ blessed ];
-
-    src = pkgs.fetchFromGitHub {
-      owner  = "FedericoCeratto";
-      repo   = "dashing";
-      rev    = "02a768f155ed04a29286e97e75c5ed5c7604f7c8";
-      sha256 = "01hw3gflm24lx64kh4w5a472xr96c97kz1jj4h61pl1l47q3f5la";
-    };
-  };
-
-in buildPythonApplication {
-  name = "asitop";
-
-  propagatedBuildInputs = [ psutil dashing ];
-
-  doCheck = false;
-
-  src = pkgs.fetchFromGitHub {
-    owner  = "tlkh";
-    repo   = "asitop";
-    rev    = "3ed4bb4615adcdeae63e61730cdfba4cf15888a9";
-    sha256 = "0480m1ylpsb47zhrf8lya9wfanl47qzfm6gfg50p87f73xijlmmc";
-  };
-}
diff --git a/pkgs/darwin/default.nix b/pkgs/darwin/default.nix
@@ -2,7 +2,6 @@ final: prev:
 
 {
 
-  asitop                 = final.callPackage ./asitop.nix {};
   bgiparser              = final.callPackage ./bgiparser.nix {};
   uhubDaemon             = final.callPackage ./uhubDaemon.nix {};
   XPCEventStreamHandler  = final.callPackage ./XPCEventStreamHandler {};