diff options
author | tv <tv@krebsco.de> | 2022-03-05 10:07:46 +0100 |
---|---|---|
committer | tv <tv@krebsco.de> | 2022-03-05 11:09:30 +0100 |
commit | 7a11725440213d698701ed3430a239061780b9e5 (patch) | |
tree | 49d51a86c66497c29f526edef45703f0f0da2410 /tv/5pkgs/simple | |
parent | 9958dc259074188fc315d2889629a05d6d0e6e01 (diff) |
tv pkgs: move ff to simple
Diffstat (limited to 'tv/5pkgs/simple')
-rw-r--r-- | tv/5pkgs/simple/ff.nix | 5 |
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 000000000..ec20c4a2f --- /dev/null +++ b/tv/5pkgs/simple/ff.nix @@ -0,0 +1,5 @@ +{ pkgs }: + +pkgs.writeDashBin "ff" '' + exec ${pkgs.firefoxWrapper}/bin/firefox "$@" +'' |