Hi, I am new to Nix universe. I am trying to cross compile Linux kernel for a riscv64 machine. I am referring GitHub - zhaofengli/nixos-riscv64: NixOS on the HiFive Unmatched How can I find detail about buildLinux() there is no information about it in Nix Manual. Basically I want to pass a custom config file as a default configuration for kernel compilation.
It is briefly mentioned here:
https://nixos.org/manual/nixos/unstable/index.html#sec-linux-config-customizing
It is NixOS-specific, hence it is in the NixOS-manual, not in the Nix-manual.