From 29eb7fa1e7426cfa3750444c94a2ef29a0c116a5 Mon Sep 17 00:00:00 2001 From: ibizaman Date: Mon, 12 Jan 2026 10:17:16 +0100 Subject: [PATCH] mitmdump: use systemd-python after systemd got deprecated --- modules/blocks/mitmdump.nix | 2 +- test/blocks/mitmdump.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/blocks/mitmdump.nix b/modules/blocks/mitmdump.nix index 8b96662..f8ec0cb 100644 --- a/modules/blocks/mitmdump.nix +++ b/modules/blocks/mitmdump.nix @@ -29,7 +29,7 @@ let p = pkgs.python3Packages; in [ - p.systemd + p.systemd-python p.mitmproxy ]; flakeIgnore = [ "E501" ]; diff --git a/test/blocks/mitmdump.nix b/test/blocks/mitmdump.nix index d0cd01a..3c4a07b 100644 --- a/test/blocks/mitmdump.nix +++ b/test/blocks/mitmdump.nix @@ -10,7 +10,7 @@ let lib.getExe ( pkgs.writers.writePython3Bin "serve" { - libraries = [ pkgs.python3Packages.systemd ]; + libraries = [ pkgs.python3Packages.systemd-python ]; } ( let