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