move linuxPackages_bcachefs to legacyPackages

This commit is contained in:
Jörg Thalheim 2023-01-23 15:34:35 +01:00
parent 232aed177d
commit 65a8e3f9a0

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...