tv pkgs: move ff to simple
This commit is contained in:
parent
9958dc2590
commit
7a11725440
@ -22,10 +22,6 @@ fix
|
||||
//
|
||||
|
||||
{
|
||||
ff = self.writeDashBin "ff" ''
|
||||
exec ${self.firefoxWrapper}/bin/firefox "$@"
|
||||
'';
|
||||
|
||||
gnupg = self.gnupg22;
|
||||
|
||||
}
|
||||
|
5
tv/5pkgs/simple/ff.nix
Normal file
5
tv/5pkgs/simple/ff.nix
Normal file
@ -0,0 +1,5 @@
|
||||
{ pkgs }:
|
||||
|
||||
pkgs.writeDashBin "ff" ''
|
||||
exec ${pkgs.firefoxWrapper}/bin/firefox "$@"
|
||||
''
|
Loading…
Reference in New Issue
Block a user