summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorKayla Firestack <dev@kaylafire.me>2021-10-19 15:32:02 -0400
committerKayla Firestack <dev@kaylafire.me>2021-10-20 14:47:28 -0400
commitca3a42a70c304ef0016fedcb4af16d9d50d08c1e (patch)
treef056b5d1947abc125d64006835ca6d3fdfb5182a /flake.nix
parentc229fa707544449f266022644782b951a8d204d9 (diff)
flake.nix: add boot stage1 module test, which takes a long time to build
Signed-off-by: Kayla Firestack <dev@kaylafire.me>
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix4
1 files changed, 4 insertions, 0 deletions
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;