aliases: convert urlview throw to a oneliner
I really, really hope that nobody actually tries to parse Nix code and blindly relies on how it's structured though. Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
This commit is contained in:
co-authored by
Sandro
parent
facb7a38b3
commit
3abaf0af06
@@ -963,10 +963,7 @@ mapAliases ({
|
||||
unifi-poller = unpoller; # Added 2022-11-24
|
||||
unifiStable = unifi6; # Added 2020-12-28
|
||||
untrunc = untrunc-anthwlock; # Added 2021-02-01
|
||||
urlview = throw ''
|
||||
'urlview' has been dropped because it's unmaintained.
|
||||
Consider switching to an alternative such as `pkgs.extract_url` or `pkgs.urlscan`.
|
||||
''; # Added 2023-12-14
|
||||
urlview = throw "'urlview' has been dropped because it's unmaintained. Consider switching to an alternative such as `pkgs.extract_url` or `pkgs.urlscan`."; # Added 2023-12-14
|
||||
urxvt_autocomplete_all_the_things = rxvt-unicode-plugins.autocomplete-all-the-things; # Added 2020-02-02
|
||||
urxvt_bidi = rxvt-unicode-plugins.bidi; # Added 2020-02-02
|
||||
urxvt_font_size = rxvt-unicode-plugins.font-size; # Added 2020-02-02
|
||||
|
||||
Reference in New Issue
Block a user