ctucx.git: nixfiles

ctucx' nixfiles

commit 620d31e509e59e1dcbeefad01ec5a72a554a221d
parent 5c69eb3ac9ef476c3ce3ffcd7fbf66ff036821d2
Author: Leah (ctucx) <git@ctu.cx>
Date: Tue, 30 May 2023 12:04:35 +0200

pkgs: remove garmminexport
3 files changed, 0 insertions(+), 21 deletions(-)
diff --git a/configurations/common/programs/utilities.nix b/configurations/common/programs/utilities.nix
@@ -39,7 +39,6 @@
         gptfdisk
       ] else [
         phockup
-        garminexport
       ]);
     };
 
diff --git a/pkgs/garminexport.nix b/pkgs/garminexport.nix
@@ -1,19 +0,0 @@
-{ python3, fetchFromGitHub, ... }:
-
-python3.pkgs.buildPythonApplication rec {
-  pname = "garminexport";
-  version = "0.4.1";
-
-  propagatedBuildInputs = with python3.pkgs; [
-    cloudscraper
-    requests
-    python-dateutil
-  ];
-
-  src = fetchFromGitHub {
-    owner  = "petergardfjall";
-    repo   = "garminexport";
-    rev    = "refs/tags/v${version}";
-    sha256 = "1flng30rx8mpqkbvypmkwpdxaz9wlc2hry96887mdvp10qnjwwvm";
-  };
-}
diff --git a/pkgs/overlay.nix b/pkgs/overlay.nix
@@ -10,7 +10,6 @@ final: prev:
     ];
   });
 
-  garminexport           = final.callPackage ./garminexport.nix {};
   phockup                = final.callPackage ./phockup.nix {};
   gotosocial             = final.callPackage ./gotosocial {};
   AirSane                = final.callPackage ./AirSane {};