From: Kayla Firestack Date: Tue, 19 Oct 2021 19:32:02 +0000 (-0400) Subject: flake.nix: add boot stage1 module test, which takes a long time to build X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=ca3a42a70c304ef0016fedcb4af16d9d50d08c1e;p=bcachefs-tools-debian flake.nix: add boot stage1 module test, which takes a long time to build Signed-off-by: Kayla Firestack --- 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;