6 lines
129 B
Nix
6 lines
129 B
Nix
{ callPackage, linux_6_18, ... }@args:
|
|
|
|
callPackage ./generic.nix args {
|
|
kernel = linux_6_18;
|
|
patchesFile = ./stable.json;
|
|
}
|