Merge pull request #303 from maxeonyx/patch-1
Change doc path for eg. `flake.apps.<name>.<name>.*` to `flake.apps.<system>.<name>.*`
This commit is contained in:
commit
af66ad14b2
1 changed files with 5 additions and 1 deletions
6
lib.nix
6
lib.nix
|
|
@ -174,7 +174,11 @@ let
|
|||
options = {
|
||||
flake = flake-parts-lib.mkSubmoduleOptions {
|
||||
${name} = mkOption {
|
||||
type = types.lazyAttrsOf option.type;
|
||||
type = types.attrsWith {
|
||||
elemType = option.type;
|
||||
lazy = true;
|
||||
placeholder = "system";
|
||||
};
|
||||
default = { };
|
||||
description = ''
|
||||
See {option}`perSystem.${name}` for description and examples.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue