lib: remove literalExpression and literalDocBook logic

3 years old, not needed anymore.

Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
This commit is contained in:
Austin Horstman 2025-05-30 23:22:21 -05:00
parent 7ccda8574f
commit 765ceb93d1

View file

@ -9,9 +9,5 @@ in
nixpkgsLib.extend (
self: super: {
hm = mkHmLib { lib = self; };
# For forward compatibility.
literalExpression = super.literalExpression or super.literalExample;
literalDocBook = super.literalDocBook or super.literalExample;
}
)