From ca3a42a70c304ef0016fedcb4af16d9d50d08c1e Mon Sep 17 00:00:00 2001 From: Kayla Firestack Date: Tue, 19 Oct 2021 15:32:02 -0400 Subject: [PATCH] flake.nix: add boot stage1 module test, which takes a long time to build Signed-off-by: Kayla Firestack --- flake.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/flake.nix b/flake.nix index 35015fb..b52bc7e 100644 --- a/flake.nix +++ b/flake.nix @@ -83,6 +83,10 @@ mount bch_bindgen toolsValgrind; + + # Build and test initrd with bcachefs and bcachefs.mount installed + # Disabled Test because it takes a while to build the kernel + # bootStage1Module = self.nixosConfigurations.netboot-bcachefs.config.system.build.bootStage1; }; devShell = devShells.tools; -- 2.39.2