nixos/pulseaudio: Fix description

This commit is contained in:
William A. Kennington III
2015-06-11 17:26:12 -07:00
parent cd28c5517c
commit ffcd8acee6
+4 -1
View File
@@ -81,7 +81,10 @@ in {
support32Bit = mkOption {
type = types.bool;
default = false;
description = "no";
description = ''
Whether to include the 32-bit pulseaudio libraries in the systemn or not.
This is only useful on 64-bit systems and currently limited to x86_64-linux.
'';
};
configFile = mkOption {