This commit is contained in:
Charlotte 🦝 Delenk 2023-03-18 09:19:02 +01:00
parent 356ed0f650
commit 189d0105a4
Signed by: darkkirb
GPG key ID: AB2BD8DAF2E37122

View file

@ -73,7 +73,7 @@ in
}
// (
if pkgs.system == "riscv64-linux"
then {
then rec {
vf2Kernel = pkgs.callPackage ./linux/vf2 {kernelPatches = [];};
vf2KernelPackages = pkgs.linuxPackagesFor vf2Kernel;
}