When you set the bcachefs userspace tools with: ```nix boot.bcachefs.package = /* custom pacakge */; ``` This now also changes the kernel package. The NixOS module now calls on the nested `cfg.package.kernelModule` expression with `kernelPackages.callPackage`. This will enable overriding both userspace and kernel space from e.g. upstream git.