You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pkgs/applications/virtualization/lkl/default.nix
+1-1
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,7 @@ stdenv.mkDerivation rec {
35
35
36
36
makeFlags="-C tools/lkl";
37
37
38
-
enableParallelBuilds=true;
38
+
enableParallelBuilding=true;
39
39
40
40
meta=withstdenv.lib;{
41
41
description="LKL (Linux Kernel Library) aims to allow reusing the Linux kernel code as extensively as possible with minimal effort and reduced maintenance overhead";
0 commit comments