tor: move to by-name

This commit is contained in:
Saterfield990 2025-06-23 11:15:13 +03:00
parent bb1e393337
commit 60a6246f2b
4 changed files with 0 additions and 2 deletions

View File

@ -4488,8 +4488,6 @@ with pkgs;
}
);
tor = callPackage ../tools/security/tor { };
trackma-curses = trackma.override { withCurses = true; };
trackma-gtk = trackma.override { withGTK = true; };