remove old kernelpatch file

This commit is contained in:
Artemis Tosini 2024-01-22 03:13:49 +00:00
parent e66fa51c73
commit 1d735170b9
Signed by: artemist
SSH key fingerprint: SHA256:EsuWCwx6fjxxExxf65rX+ocQJJAdw4R1KarpFue6Uwc

View file

@ -1,12 +0,0 @@
{ pkgs, ... }:
{
boot.kernelPatches = [{
name = "fix-execve";
patch = pkgs.fetchpatch {
url =
"https://git.alpinelinux.org/aports/plain/main/linux-lts/0001-fs-exec-require-argv-0-presence-in-do_execveat_commo.patch?id=520e6dfd6e814414ab7cf862b897ca6ba427d30f";
sha256 = "sha256-vrN64lGDiAFgMn5SGWiI9MwNRct4m9DJDxokFZ6EpiE=";
};
}];
}