flake.nix: add boot stage1 module test, which takes a long time to build

Signed-off-by: Kayla Firestack <dev@kaylafire.me>
This commit is contained in:
Kayla Firestack 2021-10-19 15:32:02 -04:00
parent c229fa7075
commit ca3a42a70c

View File

@ -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;