From 2aba31ccb84671ef4b7b9247bcc8a766e21e578b Mon Sep 17 00:00:00 2001 From: NotAShelf Date: Sat, 4 Nov 2023 14:36:56 +0300 Subject: [PATCH] lib: drop nmd helpers --- lib/default.nix | 1 - lib/stdlib-extended.nix | 1 - 2 files changed, 2 deletions(-) diff --git a/lib/default.nix b/lib/default.nix index ad6771a..2bdaab6 100644 --- a/lib/default.nix +++ b/lib/default.nix @@ -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;}; } diff --git a/lib/stdlib-extended.nix b/lib/stdlib-extended.nix index a54e5e9..9833248 100644 --- a/lib/stdlib-extended.nix +++ b/lib/stdlib-extended.nix @@ -70,5 +70,4 @@ in # For forward compatibility. literalExpression = super.literalExpression or super.literalExample; - literalDocBook = super.literalDocBook or super.literalExample; })