mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-25 17:55:21 +00:00
linuxPackages.bcachefs: support kernel 7.2
(cherry picked from commit 1e9013a7fd)
This commit is contained in:
committed by
github-actions[bot]
parent
81a60f55a7
commit
6bdb6c023f
@@ -52,6 +52,6 @@ stdenv.mkDerivation {
|
||||
platforms
|
||||
;
|
||||
|
||||
broken = !(lib.versionAtLeast kernel.version "6.16" && lib.versionOlder kernel.version "7.2");
|
||||
broken = !(lib.versionAtLeast kernel.version "6.16" && lib.versionOlder kernel.version "7.3");
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user