diff --git a/build02/nixpkgs-update.nix b/build02/nixpkgs-update.nix
index 36891e3..e039773 100644
--- a/build02/nixpkgs-update.nix
+++ b/build02/nixpkgs-update.nix
@@ -20,7 +20,6 @@ let
   ];
 
   nixpkgs-update-github-releases' = "${nixpkgs-update-github-releases}/main.py";
-  nixpkgs-update-pypi-releases' = "${nixpkgs-update-pypi-releases}/main.py";
 
   mkWorker = name: {
     after = [ "network-online.target" ];
diff --git a/ci.nix b/ci.nix
index e6767f4..c0f0f6b 100644
--- a/ci.nix
+++ b/ci.nix
@@ -12,4 +12,4 @@ in
   # FIXME: maybe find a more generic solution here?
   devShell-x86_64 = self.outputs.devShells.x86_64-linux.default;
   devShell-aarch64 = self.outputs.devShells.aarch64-linux.default;
-}# // self.outputs.checks.x86_64-linux # mainly for treefmt at the moment...
+} // self.outputs.checks.x86_64-linux # mainly for treefmt at the moment...