summaryrefslogtreecommitdiffstats
path: root/tv/5pkgs
diff options
context:
space:
mode:
authortv <tv@krebsco.de>2022-05-31 20:12:06 +0200
committertv <tv@krebsco.de>2022-07-14 15:46:49 +0200
commitd389189efd7efe36df6a285efdc6a9caea29b1fe (patch)
tree0bb7edc62c8691028c243438493299c9f10e0fd7 /tv/5pkgs
parentdd7ef4034f228ebab4a05d7b622a0c231af13ada (diff)
tv: firefoxWrapper -> firefox
Diffstat (limited to 'tv/5pkgs')
-rw-r--r--tv/5pkgs/simple/ff.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/tv/5pkgs/simple/ff.nix b/tv/5pkgs/simple/ff.nix
index ec20c4a2..4ce9c3c7 100644
--- a/tv/5pkgs/simple/ff.nix
+++ b/tv/5pkgs/simple/ff.nix
@@ -1,5 +1,5 @@
{ pkgs }:
pkgs.writeDashBin "ff" ''
- exec ${pkgs.firefoxWrapper}/bin/firefox "$@"
+ exec ${pkgs.firefox}/bin/firefox "$@"
''