diff --git a/flake.nix b/flake.nix index 35015fb7..b52bc7e5 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;