Merge pull request #188716 from superherointj/broken-fido2luks

fido2luks: mark broken
This commit is contained in:
superherointj 2022-08-28 23:04:04 -03:00 committed by GitHub
commit e0761655d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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
};
}