summary refs log tree commit diff
path: root/nixos/modules/rename.nix
diff options
context:
space:
mode:
authorJörg Thalheim <joerg@thalheim.io>2018-08-13 19:47:30 +0200
committerJörg Thalheim <joerg@thalheim.io>2018-08-13 19:53:50 +0200
commit43595c7884533769a68f92359ca13f06dd62af97 (patch)
tree95c0eab5685a772a0563455e1ac7c4dae4627a30 /nixos/modules/rename.nix
parenta57c8579a84d77288fcb2908fbe9f32b94a20007 (diff)
downloadnixlib-43595c7884533769a68f92359ca13f06dd62af97.tar
nixlib-43595c7884533769a68f92359ca13f06dd62af97.tar.gz
nixlib-43595c7884533769a68f92359ca13f06dd62af97.tar.bz2
nixlib-43595c7884533769a68f92359ca13f06dd62af97.tar.lz
nixlib-43595c7884533769a68f92359ca13f06dd62af97.tar.xz
nixlib-43595c7884533769a68f92359ca13f06dd62af97.tar.zst
nixlib-43595c7884533769a68f92359ca13f06dd62af97.zip
zfsLegacyCrypto: remove
This package was only mandatory for migration for people on zfsUnstable
in nixos unstable.
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 75f02ea78e64..f032f10e4557 100644
--- a/nixos/modules/rename.nix
+++ b/nixos/modules/rename.nix
@@ -256,6 +256,7 @@ with lib;
     (mkRemovedOptionModule [ "fonts" "fontconfig" "forceAutohint" ] "")
     (mkRemovedOptionModule [ "fonts" "fontconfig" "renderMonoTTFAsBitmap" ] "")
     (mkRemovedOptionModule [ "virtualisation" "xen" "qemu" ] "You don't need this option anymore, it will work without it.")
+    (mkRemovedOptionModule [ "boot" "zfs" "enableLegacyCrypto" ] "The corresponding package was removed from nixpkgs.")
 
     # ZSH
     (mkRenamedOptionModule [ "programs" "zsh" "enableSyntaxHighlighting" ] [ "programs" "zsh" "syntaxHighlighting" "enable" ])