mirror of
https://github.com/TECHNOFAB11/disko.git
synced 2025-12-11 23:50:05 +01: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
2 changed files with 7 additions and 1 deletions
|
|
@ -24,5 +24,7 @@ status = [
|
||||||
"check zfs [x86_64-linux]",
|
"check zfs [x86_64-linux]",
|
||||||
"check zfs-over-legacy [x86_64-linux]",
|
"check zfs-over-legacy [x86_64-linux]",
|
||||||
"package default [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:
|
# That's why we need to maintain a fork here:
|
||||||
# https://github.com/NixOS/nixpkgs/issues/212086
|
# https://github.com/NixOS/nixpkgs/issues/212086
|
||||||
linux-bcachefs = pkgs.callPackage ./linux-testing-bcachefs.nix {};
|
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;
|
linuxPackages_bcachefs = pkgs.linuxPackagesFor self.packages.${pkgs.system}.linux-bcachefs;
|
||||||
});
|
});
|
||||||
# TODO: disable bios-related tests on aarch64...
|
# TODO: disable bios-related tests on aarch64...
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue