From 3abaf0af063668d4a887591dcdf9a57cbe86102d Mon Sep 17 00:00:00 2001 From: Maximilian Bosch Date: Sat, 16 Dec 2023 17:54:43 +0100 Subject: [PATCH] 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 --- pkgs/top-level/aliases.nix | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/pkgs/top-level/aliases.nix b/pkgs/top-level/aliases.nix index 1ca4627fb7cb..6ed751cdbf35 100644 --- a/pkgs/top-level/aliases.nix +++ b/pkgs/top-level/aliases.nix @@ -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