boot.initrd.systemd.extraBin

NixOS option

Tools to add to /bin

type: attribute set of absolute path
Default
{ }
Example
{
  umount = "${pkgs.util-linux}/bin/umount";
}
declared in: nixos/modules/system/boot/systemd/initrd.nixView source on NixOS/nixpkgs →