nixos: set all package options to have type package

This commit is contained in:
Domen Kožar 2014-02-27 13:22:04 +01:00
parent f7c04b1e6b
commit 97a0dd9eb9
9 changed files with 9 additions and 4 deletions

View file

@ -419,7 +419,7 @@ in
};
package = mkOption {
type = types.path;
type = types.package;
default = pkgs.apacheHttpd.override { mpm = mainCfg.multiProcessingModule; };
example = "pkgs.apacheHttpd_2_4";
description = ''