mirror of
https://github.com/nix-community/disko.git
synced 2024-11-09 00:04:18 +03:00
Merge #127
127: move linuxPackages_bcachefs to legacyPackages r=Mic92 a=Mic92 Co-authored-by: Jörg Thalheim <joerg@thalheim.io>
This commit is contained in:
commit
d7e178126f
@ -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]"
|
||||
]
|
||||
|
@ -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 New Issue
Block a user