From beb16396de391cc3a8b6ce738590d073e31eaa1c Mon Sep 17 00:00:00 2001 From: Kyren223 Date: Wed, 1 Jan 2025 23:31:45 +0200 Subject: [PATCH] Added pygithub to run a script that mirrors my github repos to gitea --- hosts/kyren-laptop/home.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/kyren-laptop/home.nix b/hosts/kyren-laptop/home.nix index 6707ae1..79706f1 100644 --- a/hosts/kyren-laptop/home.nix +++ b/hosts/kyren-laptop/home.nix @@ -45,6 +45,7 @@ (python312.withPackages (pypkgs: [ pypkgs.matplotlib pypkgs.pandas + pypkgs.pygithub ])) watchexec golangci-lint