1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-11-08 19:46:05 +01:00

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