treewide: remove unused with

Auto-fixed by nixf-diagnose.
This commit is contained in:
Wolfgang Walther
2025-10-05 10:50:41 +02:00
parent 90e7159c55
commit c283f32d29
1135 changed files with 1168 additions and 1186 deletions
@@ -22,7 +22,7 @@ let
environments =
let
inherit python;
pythonEnv = python.withPackages (ps: with ps; [ ]);
pythonEnv = python.withPackages (ps: [ ]);
pythonVirtualEnv =
if python.isPy3k then
python.withPackages (ps: with ps; [ virtualenv ])