summaryrefslogtreecommitdiffstats
path: root/tv/5pkgs/simple/ff.nix
diff options
context:
space:
mode:
authortv <tv@krebsco.de>2022-03-05 10:07:46 +0100
committertv <tv@krebsco.de>2022-03-05 11:09:30 +0100
commit7a11725440213d698701ed3430a239061780b9e5 (patch)
tree49d51a86c66497c29f526edef45703f0f0da2410 /tv/5pkgs/simple/ff.nix
parent9958dc259074188fc315d2889629a05d6d0e6e01 (diff)
tv pkgs: move ff to simple
Diffstat (limited to 'tv/5pkgs/simple/ff.nix')
-rw-r--r--tv/5pkgs/simple/ff.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/tv/5pkgs/simple/ff.nix b/tv/5pkgs/simple/ff.nix
new file mode 100644
index 00000000..ec20c4a2
--- /dev/null
+++ b/tv/5pkgs/simple/ff.nix
@@ -0,0 +1,5 @@
+{ pkgs }:
+
+pkgs.writeDashBin "ff" ''
+ exec ${pkgs.firefoxWrapper}/bin/firefox "$@"
+''