summaryrefslogtreecommitdiffstats
path: root/tv/5pkgs/simple/ff.nix
blob: ec20c4a2f200dd5f9d6af213f0a61a97abc30e24 (plain)
1
2
3
4
5
{ pkgs }:

pkgs.writeDashBin "ff" ''
  exec ${pkgs.firefoxWrapper}/bin/firefox "$@"
''