From 65a8e3f9a0582ffb598a6763610ab3c49282af27 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Mon, 23 Jan 2023 15:34:35 +0100 Subject: [PATCH 1/2] move linuxPackages_bcachefs to legacyPackages --- flake.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/flake.nix b/flake.nix index 1f1ecfd..1048a3b 100644 --- a/flake.nix +++ b/flake.nix @@ -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... From e018cf8c597b698868a0d8dae10ab1aa662454b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Mon, 23 Jan 2023 15:35:25 +0100 Subject: [PATCH 2/2] update bors toml --- bors.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/bors.toml b/bors.toml index 2c01556..3a93062 100644 --- a/bors.toml +++ b/bors.toml @@ -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]" ]