summary refs log tree commit diff
path: root/nixos/modules/rename.nix
diff options
context:
space:
mode:
authorScriptkiddi <fritz@otlinghaus.it>2021-02-05 08:17:31 +0100
committerCole Helbling <cole.e.helbling@outlook.com>2021-02-05 22:53:23 -0800
commita0fa916147082a0cd65ba55a3a3fb2d9e9a854a9 (patch)
tree9dec14b3a373b7f8f2cd4d7d179ef5fb2f94954c /nixos/modules/rename.nix
parent39856245006d24fb468959a91c5b017d2fdb3d99 (diff)
downloadnixpkgs-a0fa916147082a0cd65ba55a3a3fb2d9e9a854a9.tar
nixpkgs-a0fa916147082a0cd65ba55a3a3fb2d9e9a854a9.tar.gz
nixpkgs-a0fa916147082a0cd65ba55a3a3fb2d9e9a854a9.tar.bz2
nixpkgs-a0fa916147082a0cd65ba55a3a3fb2d9e9a854a9.tar.lz
nixpkgs-a0fa916147082a0cd65ba55a3a3fb2d9e9a854a9.tar.xz
nixpkgs-a0fa916147082a0cd65ba55a3a3fb2d9e9a854a9.tar.zst
nixpkgs-a0fa916147082a0cd65ba55a3a3fb2d9e9a854a9.zip
nixos/venus: Dropping module
Diffstat (limited to 'nixos/modules/rename.nix')
-rw-r--r--nixos/modules/rename.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/modules/rename.nix b/nixos/modules/rename.nix
index c6f705bb2d6..1dd8b48d76b 100644
--- a/nixos/modules/rename.nix
+++ b/nixos/modules/rename.nix
@@ -70,6 +70,7 @@ with lib;
     '')
 
     (mkRemovedOptionModule [ "services" "seeks" ] "")
+    (mkRemovedOptionModule [ "services" "venus" ] "The corresponding package was removed from nixpkgs.")
 
     # Do NOT add any option renames here, see top of the file
   ];