forked from mirrors_public/oddlama_nix-config
chore: remove uses of mdDoc
This commit is contained in:
parent
d5304bbe2b
commit
cb1565c713
8 changed files with 33 additions and 41 deletions
|
@ -9,7 +9,6 @@
|
|||
attrNames
|
||||
concatMap
|
||||
getAttrFromPath
|
||||
mdDoc
|
||||
mkOption
|
||||
mkOptionType
|
||||
mkMerge
|
||||
|
@ -22,7 +21,7 @@ in {
|
|||
# TODO expose exactly what we can configure! not everything
|
||||
options.nodes = mkOption {
|
||||
default = {};
|
||||
description = mdDoc "Allows extending the configuration of other machines.";
|
||||
description = "Allows extending the configuration of other machines.";
|
||||
type = types.attrsOf (mkOptionType {
|
||||
name = "Toplevel NixOS config";
|
||||
merge = _loc: map (x: x.value);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue