0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 21:50:33 +03:00

nixpkgs module: update config example

firefox.enableGeckoMediaPlayer does not exist anymore.
This commit is contained in:
Franz Pletz 2018-02-21 05:12:24 +01:00
parent 7035d7f199
commit 7ea15ef9c6
No known key found for this signature in database
GPG key ID: 846FDED7792617B4

View file

@ -93,7 +93,7 @@ in
default = {}; default = {};
example = literalExample example = literalExample
'' ''
{ firefox.enableGeckoMediaPlayer = true; } { allowBroken = true; allowUnfree = true; }
''; '';
type = configType; type = configType;
description = '' description = ''