Skip to content

Commit

Permalink
linux_testing_bcachefs: mark broken on aarch64
Browse files Browse the repository at this point in the history
  • Loading branch information
alyssais committed Mar 20, 2023
1 parent cdd6211 commit 663caaa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkgs/os-specific/linux/kernel/linux-testing-bcachefs.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{ lib
, stdenv
, fetchpatch
, kernel
, commitDate ? "2023-02-01"
Expand All @@ -16,6 +17,7 @@

extraMeta = {
branch = "master";
broken = stdenv.isAarch64;
maintainers = with lib.maintainers; [ davidak Madouura pedrohlc ];
};

Expand Down

0 comments on commit 663caaa

Please sign in to comment.