127: move linuxPackages_bcachefs to legacyPackages r=Mic92 a=Mic92



Co-authored-by: Jörg Thalheim <joerg@thalheim.io>
This commit is contained in:
bors[bot] 2023-01-23 14:36:00 +00:00 committed by GitHub
commit d7e178126f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 1 deletions

View File

@ -24,5 +24,7 @@ status = [
"check zfs [x86_64-linux]",
"check zfs-over-legacy [x86_64-linux]",
"package default [x86_64-linux]",
"package disko [x86_64-linux]"
"package disko [x86_64-linux]",
"package disko-doc [x86_64-linux]",
"package linux-bcachefs [x86_64-linux]"
]

View File

@ -28,6 +28,10 @@
# That's why we need to maintain a fork here:
# https://github.com/NixOS/nixpkgs/issues/212086
linux-bcachefs = pkgs.callPackage ./linux-testing-bcachefs.nix {};
});
legacyPackages = forAllSystems (system: let
pkgs = nixpkgs.legacyPackages.${system};
in {
linuxPackages_bcachefs = pkgs.linuxPackagesFor self.packages.${pkgs.system}.linux-bcachefs;
});
# TODO: disable bios-related tests on aarch64...