fido2luks: mark broken

This commit is contained in:
superherointj 2022-08-28 20:28:32 -03:00
parent 36f77596b1
commit d258da6bf1

View File

@ -33,5 +33,6 @@ rustPlatform.buildRustPackage rec {
license = licenses.gpl3;
maintainers = with maintainers; [ prusnak mmahut ];
platforms = platforms.linux;
broken = true; # 2022-08-28
};
}