nixpkgs module: update config example

firefox.enableGeckoMediaPlayer does not exist anymore.
This commit is contained in:
Franz Pletz
2018-02-23 00:21:15 +01:00
parent 7035d7f199
commit 7ea15ef9c6
+1 -1
View File
@@ -93,7 +93,7 @@ in
default = {};
example = literalExample
''
{ firefox.enableGeckoMediaPlayer = true; }
{ allowBroken = true; allowUnfree = true; }
'';
type = configType;
description = ''