summary refs log tree commit diff
path: root/nixos/modules/rename.nix
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2020-01-13 15:59:11 +0100
committergnidorah <gnidorah@users.noreply.github.com>2020-01-18 18:25:01 +0300
commit29bb16a9cd00d48949e5a4eec5029c9bb2544d1f (patch)
tree0448d6c069fc983f47da4417b3e284858e65fd72 /nixos/modules/rename.nix
parent100012e55bc2a82fc680cba31a426ad38ead6fab (diff)
downloadnixpkgs-29bb16a9cd00d48949e5a4eec5029c9bb2544d1f.tar
nixpkgs-29bb16a9cd00d48949e5a4eec5029c9bb2544d1f.tar.gz
nixpkgs-29bb16a9cd00d48949e5a4eec5029c9bb2544d1f.tar.bz2
nixpkgs-29bb16a9cd00d48949e5a4eec5029c9bb2544d1f.tar.lz
nixpkgs-29bb16a9cd00d48949e5a4eec5029c9bb2544d1f.tar.xz
nixpkgs-29bb16a9cd00d48949e5a4eec5029c9bb2544d1f.tar.zst
nixpkgs-29bb16a9cd00d48949e5a4eec5029c9bb2544d1f.zip
way-cooler: Remove
As of 2020-01-09, way-cooler is officially dead:

    http://way-cooler.org/blog/2020/01/09/way-cooler-post-mortem.html

hence, remove the package and the module.

Signed-off-by: Matthias Beyer <mail@beyermatthias.de>

docs/release-notes: remove way-cooler

way-cooler: show warnings about removal

Apply suggestions from code review

Co-Authored-By: worldofpeace <worldofpeace@protonmail.ch>

way-cooler: add suggestion by @Infinisil
Diffstat (limited to 'nixos/modules/rename.nix')
-rw-r--r--nixos/modules/rename.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/nixos/modules/rename.nix b/nixos/modules/rename.nix
index 7109ab5a109..94b5530192e 100644
--- a/nixos/modules/rename.nix
+++ b/nixos/modules/rename.nix
@@ -27,6 +27,8 @@ with lib;
     (mkRemovedOptionModule [ "services.osquery" ] "The osquery module has been removed")
     (mkRemovedOptionModule [ "services.fourStore" ] "The fourStore module has been removed")
     (mkRemovedOptionModule [ "services.fourStoreEndpoint" ] "The fourStoreEndpoint module has been removed")
+    (mkRemovedOptionModule [ "programs" "way-cooler" ] ("way-cooler is abandoned by its author: " +
+      "https://way-cooler.org/blog/2020/01/09/way-cooler-post-mortem.html"))
 
     # Do NOT add any option renames here, see top of the file
   ];