mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 13:40:28 +03:00
nixpkgs module: update config example
firefox.enableGeckoMediaPlayer does not exist anymore.
This commit is contained in:
parent
7035d7f199
commit
7ea15ef9c6
1 changed files with 1 additions and 1 deletions
|
@ -93,7 +93,7 @@ in
|
|||
default = {};
|
||||
example = literalExample
|
||||
''
|
||||
{ firefox.enableGeckoMediaPlayer = true; }
|
||||
{ allowBroken = true; allowUnfree = true; }
|
||||
'';
|
||||
type = configType;
|
||||
description = ''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue