mirror of
https://github.com/wlcx/home.git
synced 2026-09-15 12:38:22 +01:00
pkgs: fix yubikey-manager locally for now
ykman is broken on darwin/aarch64 due to pyopenssl fuckery. This commit brings the derivation into this repo, removes openssl from it and overlays it on nixpkgs.
This commit is contained in:
@@ -2,4 +2,5 @@
|
||||
{ pkgs, ... }: {
|
||||
qrclip = pkgs.callPackage ./qrclip { };
|
||||
zbar = pkgs.callPackage ./zbar { };
|
||||
yubikey-manager = pkgs.callPackage ./yubikey-manager { };
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user