switch to ctap-hid-fido2

This commit is contained in:
2022-03-23 19:30:24 +01:00
parent f6c2bc4cdb
commit eb8d65eb4f
4 changed files with 604 additions and 552 deletions

View File

@@ -16,7 +16,7 @@
forPkgs = pkgs:
let
naersk-lib = naersk.lib."${pkgs.system}";
buildInputs = with pkgs; [ cryptsetup ];
buildInputs = with pkgs; [ cryptsetup libusb.dev ];
LIBCLANG_PATH = "${pkgs.clang.cc.lib}/lib";
nativeBuildInputs = with pkgs; [
pkgconfig