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:
parent
7ccda8574f
commit
765ceb93d1
1 changed files with 0 additions and 4 deletions
|
|
@ -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;
|
||||
}
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue