about summary refs log tree commit diff
path: root/nixos/modules/rename.nix
diff options
context:
space:
mode:
authorJan Solanti <jhs@psonet.com>2022-07-27 03:33:28 +0300
committerJan Solanti <jhs@psonet.com>2022-08-02 00:50:32 +0300
commit34a04025cf342d0336e626dd6c613ae40e560b29 (patch)
tree209b8c1df6a3e3ca8200020c1463d4deff356b36 /nixos/modules/rename.nix
parent7cc23a097dde208c748bc764a365d347e99bccec (diff)
xow: remove
Upstream project has been deprecated in favour of the 'xone' kernel
mode driver.
Diffstat (limited to 'nixos/modules/rename.nix')
-rw-r--r--nixos/modules/rename.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/nixos/modules/rename.nix b/nixos/modules/rename.nix
index 22fcb72e9ff40..f86aa2fa5c1bf 100644
--- a/nixos/modules/rename.nix
+++ b/nixos/modules/rename.nix
@@ -30,6 +30,10 @@ with lib;
       udev rules from libu2f-host to the system. Udev gained native support
       to handle FIDO security tokens, so this isn't necessary anymore.
     '')
+    (mkRemovedOptionModule [ "hardware" "xow" ] ''
+      The xow package was removed from nixpkgs. Upstream has deprecated
+      the project and users are urged to switch to xone.
+    '')
     (mkRemovedOptionModule [ "networking" "vpnc" ] "Use environment.etc.\"vpnc/service.conf\" instead.")
     (mkRemovedOptionModule [ "networking" "wicd" ] "The corresponding package was removed from nixpkgs.")
     (mkRemovedOptionModule [ "programs" "tilp2" ] "The corresponding package was removed from nixpkgs.")