This commit is contained in:
Charlotte 🦝 Delenk 2023-03-30 09:18:01 +01:00
parent c99a941893
commit 3d7d422699
Signed by: darkkirb
GPG key ID: AB2BD8DAF2E37122

View file

@ -107,7 +107,7 @@
// (
if system == "aarch64-linux"
then rec {
rpiKernel = pkgs.CallPackage ./linux/rpi {kernelPatches = [];};
rpiKernel = pkgs.callPackage ./linux/rpi {kernelPatches = [];};
}
else {}
);