summary refs log tree commit diff
path: root/pkgs/applications/networking/browsers/firefox/packages.nix
diff options
context:
space:
mode:
authorJan Malakhovski <oxij@oxij.org>2018-03-08 21:33:52 +0000
committerJan Malakhovski <oxij@oxij.org>2018-03-09 15:29:33 +0000
commita1832cf63335cb0c10e63c0c891ee59e5a6ce286 (patch)
tree86070ed6e979d79f8a5d219bc2d2b5e961e86ce2 /pkgs/applications/networking/browsers/firefox/packages.nix
parent2af121e687ecc485f92fac4de4461e9002af9284 (diff)
downloadnixpkgs-a1832cf63335cb0c10e63c0c891ee59e5a6ce286.tar
nixpkgs-a1832cf63335cb0c10e63c0c891ee59e5a6ce286.tar.gz
nixpkgs-a1832cf63335cb0c10e63c0c891ee59e5a6ce286.tar.bz2
nixpkgs-a1832cf63335cb0c10e63c0c891ee59e5a6ce286.tar.lz
nixpkgs-a1832cf63335cb0c10e63c0c891ee59e5a6ce286.tar.xz
nixpkgs-a1832cf63335cb0c10e63c0c891ee59e5a6ce286.tar.zst
nixpkgs-a1832cf63335cb0c10e63c0c891ee59e5a6ce286.zip
firefoxPackages.tor-browser: update meta
Diffstat (limited to 'pkgs/applications/networking/browsers/firefox/packages.nix')
-rw-r--r--pkgs/applications/networking/browsers/firefox/packages.nix9
1 files changed, 6 insertions, 3 deletions
diff --git a/pkgs/applications/networking/browsers/firefox/packages.nix b/pkgs/applications/networking/browsers/firefox/packages.nix
index 44f4b014d70..c21201a69db 100644
--- a/pkgs/applications/networking/browsers/firefox/packages.nix
+++ b/pkgs/applications/networking/browsers/firefox/packages.nix
@@ -93,15 +93,18 @@ rec {
         It will use your default Firefox profile if you're not careful
         even! Be careful!
 
-        It will clash with firefox binary if you install both. But its
-        not a problem since you should run browsers in separate
-        users/VMs anyway.
+        It will clash with firefox binary if you install both. But it
+        should not be a problem because you should run browsers in
+        separate users/VMs anyway.
 
         Create new profile by starting it as
 
         $ firefox -ProfileManager
 
         and then configure it to use your tor instance.
+
+        Or just use `tor-browser-bundle` package that packs this
+        `tor-browser` back into a sanely-built bundle.
       '';
       homepage = https://www.torproject.org/projects/torbrowser.html;
       platforms = lib.platforms.linux;