mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-22 14:45:27 +00:00
yubikey-personalization: Fix typo
This commit is contained in:
parent
99b1af9dc0
commit
4ab72c5397
|
@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
|
|||
|
||||
postInstall = ''
|
||||
# Don't use 70-yubikey.rules because it depends on ConsoleKit
|
||||
install -D -t $out/lib/udev/rules.d 69-yukikey.rules
|
||||
install -D -t $out/lib/udev/rules.d 69-yubikey.rules
|
||||
'';
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
|
|
Loading…
Reference in a new issue