1
1
Fork 1
mirror of https://github.com/oddlama/nix-config.git synced 2025-10-10 23:00:39 +02:00

chore: remove uses of mdDoc

This commit is contained in:
oddlama 2023-12-23 00:12:53 +01:00
parent d5304bbe2b
commit cb1565c713
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A
8 changed files with 33 additions and 41 deletions

View file

@ -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);