about summary refs log tree commit diff
path: root/nixos/modules/rename.nix
diff options
context:
space:
mode:
authorVanilla <osu_Vanilla@126.com>2021-10-07 08:18:06 +0800
committerVanilla <osu_Vanilla@126.com>2021-10-08 14:10:49 +0800
commit75ec332e6a0cdaae0014701ce92d402801854014 (patch)
treedbea0c4f18532877207041897dd355f885044c65 /nixos/modules/rename.nix
parent8d4b70dfec8661e8d304e7ea5dd0e3e220016dc6 (diff)
downloadnixlib-75ec332e6a0cdaae0014701ce92d402801854014.tar
nixlib-75ec332e6a0cdaae0014701ce92d402801854014.tar.gz
nixlib-75ec332e6a0cdaae0014701ce92d402801854014.tar.bz2
nixlib-75ec332e6a0cdaae0014701ce92d402801854014.tar.lz
nixlib-75ec332e6a0cdaae0014701ce92d402801854014.tar.xz
nixlib-75ec332e6a0cdaae0014701ce92d402801854014.tar.zst
nixlib-75ec332e6a0cdaae0014701ce92d402801854014.zip
kippo: cleanup the corresponding broken module.
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 4db6efb75d82..a35a6fe14c7a 100644
--- a/nixos/modules/rename.nix
+++ b/nixos/modules/rename.nix
@@ -80,6 +80,8 @@ with lib;
         is broken when using cgroups-v2.
     '')
 
+    (mkRemovedOptionModule [ "services" "kippo" ] "The corresponding package was removed from nixpkgs.")
+
     # Do NOT add any option renames here, see top of the file
   ];
 }