mirror of
https://github.com/nix-community/disko
synced 2024-11-10 06:14:14 +00:00
move linuxPackages_bcachefs to legacyPackages
This commit is contained in:
parent
232aed177d
commit
65a8e3f9a0
1 changed files with 4 additions and 0 deletions
|
@ -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...
|
||||
|
|
Loading…
Reference in a new issue