Format
This commit is contained in:
parent
11647f17dc
commit
61add8319b
1 changed files with 3 additions and 3 deletions
|
|
@ -15,10 +15,10 @@ in
|
||||||
nixosModules = mkOption {
|
nixosModules = mkOption {
|
||||||
type = types.lazyAttrsOf types.deferredModule;
|
type = types.lazyAttrsOf types.deferredModule;
|
||||||
default = { };
|
default = { };
|
||||||
apply = mapAttrs (k: v: {
|
apply = mapAttrs (k: v: {
|
||||||
_class = "nixos";
|
_class = "nixos";
|
||||||
_file = "${toString moduleLocation}#nixosModules.${k}";
|
_file = "${toString moduleLocation}#nixosModules.${k}";
|
||||||
imports = [ v ];
|
imports = [ v ];
|
||||||
});
|
});
|
||||||
description = ''
|
description = ''
|
||||||
NixOS modules.
|
NixOS modules.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue