mirror of
https://github.com/nix-community/home-manager.git
synced 2026-01-12 01:50:44 +08:00
thefuck: remove module
Program removed upstream, let module stay around for a bit in case it came back. We can re-introduce if the situation changes, but we have an alternative.
This commit is contained in:
@@ -73,6 +73,10 @@ let
|
||||
(lib.mkRemovedOptionModule [ "services" "keepassx" ] ''
|
||||
KeePassX is no longer maintained.
|
||||
'')
|
||||
(lib.mkRemovedOptionModule [ "programs" "thefuck" ] ''
|
||||
The corresponding package was removed from nixpkgs,
|
||||
consider using `programs.pay-respects` instead.
|
||||
'')
|
||||
]
|
||||
++ (lib.concatMap
|
||||
(
|
||||
|
||||
Reference in New Issue
Block a user