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 {
|
||||
type = types.lazyAttrsOf types.deferredModule;
|
||||
default = { };
|
||||
apply = mapAttrs (k: v: {
|
||||
apply = mapAttrs (k: v: {
|
||||
_class = "nixos";
|
||||
_file = "${toString moduleLocation}#nixosModules.${k}";
|
||||
imports = [ v ];
|
||||
_file = "${toString moduleLocation}#nixosModules.${k}";
|
||||
imports = [ v ];
|
||||
});
|
||||
description = ''
|
||||
NixOS modules.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue