Loading
nixos/boot/kernel: allow kernel without MODULES support
Allow building a systemd initrd with a kernel that does not have modules support enabled (`CONFIG_MODULES=n`), by removing the assertion and only include the modulesClosure, kmod and support files if MODULES is enabled or unset in the kernel.