mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-12 04:35:41 +03:00
nixos/hardware.nitrokey: replace libnitrokey with nitrokey-udev-rules
As libnitrokey is no longer developed, the udev rules have been moved to a separate repository, nitrokey-udev-rules, that is now also available as a package in nixpkgs. See also: https://github.com/NixOS/nixpkgs/issues/351921
This commit is contained in:
parent
d43f004d1f
commit
38ec993a58
1 changed files with 1 additions and 1 deletions
|
@ -19,6 +19,6 @@ in
|
|||
};
|
||||
|
||||
config = lib.mkIf cfg.enable {
|
||||
services.udev.packages = [ pkgs.libnitrokey ];
|
||||
services.udev.packages = [ pkgs.nitrokey-udev-rules ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue