Not sure how to specify modules...
This commit is contained in:
parent
3a103270cc
commit
98075785a3
|
@ -36,7 +36,7 @@ in {
|
||||||
};
|
};
|
||||||
|
|
||||||
nixos-modules = mkOption {
|
nixos-modules = mkOption {
|
||||||
type = listOf package;
|
type = listOf unspecified;
|
||||||
default = [ ];
|
default = [ ];
|
||||||
description = "NixOS modules to add to Paris.";
|
description = "NixOS modules to add to Paris.";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue