apparently that option doesn't exist anymore
This commit is contained in:
parent
f9cc197be2
commit
df3469c708
2 changed files with 0 additions and 12 deletions
|
@ -2,7 +2,6 @@ let
|
||||||
overlays = [
|
overlays = [
|
||||||
./conduwuit
|
./conduwuit
|
||||||
./attic
|
./attic
|
||||||
./kernel.nix
|
|
||||||
];
|
];
|
||||||
importedOverlays = map (m: import m) overlays;
|
importedOverlays = map (m: import m) overlays;
|
||||||
in
|
in
|
||||||
|
|
|
@ -1,11 +0,0 @@
|
||||||
final: prev:
|
|
||||||
let
|
|
||||||
inherit (prev) lib;
|
|
||||||
in
|
|
||||||
{
|
|
||||||
linuxKernels.kernels.linux_zen = prev.linuxKernels.kernels.linux_zen.override (old: {
|
|
||||||
extraStructuredConfig = with lib.kernel; {
|
|
||||||
CONFIG_SCHED_MUQSS = yes;
|
|
||||||
};
|
|
||||||
});
|
|
||||||
}
|
|
Loading…
Add table
Add a link
Reference in a new issue