remote-exec: migrate to by-name

This commit is contained in:
TomaSajt
2026-06-15 16:54:16 +02:00
parent 24f4fe666e
commit a172c8d65b
2 changed files with 0 additions and 2 deletions
-2
View File
@@ -2976,8 +2976,6 @@ with pkgs;
recoll-nox = recoll.override { withGui = false; };
remote-exec = callPackage ../tools/misc/remote-exec { };
reptor = with python3.pkgs; toPythonApplication reptor;
inherit (callPackage ../development/misc/resholve { })