]> git.sesse.net Git - bcachefs-tools-debian/commitdiff
flake.nix: add boot stage1 module test, which takes a long time to build
authorKayla Firestack <dev@kaylafire.me>
Tue, 19 Oct 2021 19:32:02 +0000 (15:32 -0400)
committerKayla Firestack <dev@kaylafire.me>
Wed, 20 Oct 2021 18:47:28 +0000 (14:47 -0400)
Signed-off-by: Kayla Firestack <dev@kaylafire.me>
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;