mirror of
https://github.com/NotAShelf/nvf.git
synced 2024-11-01 11:01:15 +00:00
lib: drop nmd helpers
This commit is contained in:
parent
3de5f1ba39
commit
2aba31ccb8
2 changed files with 0 additions and 2 deletions
|
@ -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;};
|
||||
}
|
||||
|
|
|
@ -70,5 +70,4 @@ in
|
|||
|
||||
# For forward compatibility.
|
||||
literalExpression = super.literalExpression or super.literalExample;
|
||||
literalDocBook = super.literalDocBook or super.literalExample;
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue