linux_testing_bcachefs: mark broken on aarch64

This commit is contained in:
Alyssa Ross 2023-03-19 16:10:39 +00:00
parent cdd6211abb
commit 663caaa684

View File

@ -1,4 +1,5 @@
{ lib
, stdenv
, fetchpatch
, kernel
, commitDate ? "2023-02-01"
@ -16,6 +17,7 @@
extraMeta = {
branch = "master";
broken = stdenv.isAarch64;
maintainers = with lib.maintainers; [ davidak Madouura pedrohlc ];
};