fix eval
This commit is contained in:
parent
356ed0f650
commit
189d0105a4
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ in
|
|||
}
|
||||
// (
|
||||
if pkgs.system == "riscv64-linux"
|
||||
then {
|
||||
then rec {
|
||||
vf2Kernel = pkgs.callPackage ./linux/vf2 {kernelPatches = [];};
|
||||
vf2KernelPackages = pkgs.linuxPackagesFor vf2Kernel;
|
||||
}
|
||||
|
|
Reference in a new issue