diff options
| author | makefu <github@syntax-fehler.de> | 2022-08-02 14:34:22 +0200 |
|---|---|---|
| committer | makefu <github@syntax-fehler.de> | 2022-08-02 14:34:22 +0200 |
| commit | bb8be44848a549eeed9613714521855c836523e5 (patch) | |
| tree | b3c2531817e0943406260470f59c435e2ba0dcb5 /tv/5pkgs/simple/ff.nix | |
| parent | 276718b73696f43728f4b2dda9dcedc05e226aba (diff) | |
| parent | c7ef3495b847e44ec0642bd7af0f8cbae6ae9c98 (diff) | |
Merge remote-tracking branch 'lass/master'
Diffstat (limited to 'tv/5pkgs/simple/ff.nix')
| -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 "$@" '' |
