mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-11-11 02:07:27 +01:00
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. |
||
|---|---|---|
| .. | ||
| apfs.nix | ||
| bcachefs.nix | ||
| bindfs.nix | ||
| btrfs.nix | ||
| cifs.nix | ||
| ecryptfs.nix | ||
| envfs.nix | ||
| erofs.nix | ||
| exfat.nix | ||
| ext.nix | ||
| f2fs.nix | ||
| glusterfs.nix | ||
| jfs.nix | ||
| nfs.nix | ||
| ntfs.nix | ||
| overlayfs.nix | ||
| reiserfs.nix | ||
| squashfs.nix | ||
| sshfs.nix | ||
| unionfs-fuse.nix | ||
| vboxsf.nix | ||
| vfat.nix | ||
| xfs.nix | ||
| zfs.nix | ||