diff options
author | tv <tv@krebsco.de> | 2022-05-31 20:12:06 +0200 |
---|---|---|
committer | tv <tv@krebsco.de> | 2022-07-14 15:46:49 +0200 |
commit | 30ff12501e4186009608a0167fdaac97f2598d45 (patch) | |
tree | 0a997bd249963eb567c99ae221cc953f193c9d56 /tv/5pkgs/simple | |
parent | 38675517a76a64b2abf93d5f48e53bf8c98d3ee9 (diff) |
tv: firefoxWrapper -> firefox
Diffstat (limited to 'tv/5pkgs/simple')
-rw-r--r-- | tv/5pkgs/simple/ff.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tv/5pkgs/simple/ff.nix b/tv/5pkgs/simple/ff.nix index ec20c4a..4ce9c3c 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 "$@" '' |