lib: drop nmd helpers

This commit is contained in:
NotAShelf 2023-11-04 14:36:56 +03:00
parent 3de5f1ba39
commit 2aba31ccb8
No known key found for this signature in database
GPG Key ID: 02D1DD3FA08B6B29
2 changed files with 0 additions and 2 deletions

View File

@ -3,6 +3,5 @@
booleans = import ./booleans.nix {inherit lib;};
types = import ./types {inherit lib;};
languages = import ./languages.nix {inherit lib;};
nmd = import ./nmd.nix;
lua = import ./lua.nix {inherit lib;};
}

View File

@ -70,5 +70,4 @@ in
# For forward compatibility.
literalExpression = super.literalExpression or super.literalExample;
literalDocBook = super.literalDocBook or super.literalExample;
})