]> git.sesse.net Git - bcachefs-tools-debian/blobdiff - flake.nix
flake.nix: add boot stage1 module test, which takes a long time to build
[bcachefs-tools-debian] / flake.nix
index 35015fb71d046c3fece74b56ebcf397ad359a177..b52bc7e5c3b92306f92af6706d362a96774e05db 100644 (file)
--- a/flake.nix
+++ b/flake.nix
                                        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;