6 Commits

Author SHA1 Message Date
John Titor
9e4acfeae6
crane-build: fix by github actions tests by skipping some test on aarch64
>     bcachefs::bindgen_test_layout_bch_replicas_padded__bindgen_ty_1
       >     bcachefs::bindgen_test_layout_bch_replicas_padded__bindgen_ty_2
       >     bcachefs::bindgen_test_layout_bch_replicas_padded__bindgen_ty_3
       >     bcachefs::bindgen_test_layout_bch_replicas_padded__bindgen_ty_4

Update flake.lock
2025-10-05 21:59:19 +05:30
Will Fancher
d3ced65a68 nix: Build kernel module 2025-09-27 05:22:33 -04:00
Will Fancher
365c84997f nix: Use filesets to reduce rebuilds
Nix expressions will never be used within the build, so let's filter
them out so that editing Nix files never triggers rebuilds.
2025-09-27 03:57:01 -04:00
Will Fancher
e108983356 nix: Respect enableParallelInstalling 2025-09-27 02:48:35 -04:00
Thomas Mühlbacher
32faba26b8 refactor(nix): use versionCheckHook
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
2025-09-26 01:15:21 -04:00
Thomas Mühlbacher
9eb3e6c076 refactor(nix): move out build into separate file
flake.nix is getting too big and this makes it easier to understand what
is going on with e.g. callPackage.

Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
2025-09-26 01:15:15 -04:00