6 stdenv.mkDerivation rec {
10 src = fetchFromGitHub {
14 hash = "sha256-rTJR+9pbK/sWMqdHyIqJgASgCGtGtpUPoHmYZJ7COFQ=";
18 mkdir -p $out/{bin,etc/{systemd,bash_completion.d}}
20 cp -R bash-completion $out/etc/bash_completion.d/
21 cp -R service $out/etc/systemd/
25 description = "Script to redirect all traffic through tor network including dns queries for anonymizing entire system";
26 homepage = "https://github.com/BlackArch/torctl";
27 license = licenses.gpl3Only;
28 maintainers = with maintainers; [ tochiaha ];
29 mainProgram = "torctl";
30 platforms = platforms.all;