mirror of
https://github.com/nix-community/flakelight.git
synced 2025-02-02 02:29:23 +01:00
Allow templates to take moduleArgs
This commit is contained in:
parent
1fc128d2aa
commit
606ac6c1bb
@ -28,7 +28,8 @@ in
|
||||
};
|
||||
|
||||
templates = mkOption {
|
||||
type = optCallWith moduleArgs (lazyAttrsOf template);
|
||||
type = optCallWith moduleArgs
|
||||
(lazyAttrsOf (optCallWith moduleArgs template));
|
||||
default = { };
|
||||
};
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user