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:
2022-06-14 02:16:03 +01:00
parent db8023caed
commit 86916465af
3 changed files with 81 additions and 0 deletions
+1
View File
@@ -2,4 +2,5 @@
{ pkgs, ... }: {
qrclip = pkgs.callPackage ./qrclip { };
zbar = pkgs.callPackage ./zbar { };
yubikey-manager = pkgs.callPackage ./yubikey-manager { };
}