mirror of
https://github.com/nix-community/home-manager.git
synced 2026-01-12 01:59:37 +08: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:
@@ -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;
|
||||
}
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user