fix typo
This commit is contained in:
parent
c99a941893
commit
3d7d422699
1 changed files with 1 additions and 1 deletions
|
@ -107,7 +107,7 @@
|
||||||
// (
|
// (
|
||||||
if system == "aarch64-linux"
|
if system == "aarch64-linux"
|
||||||
then rec {
|
then rec {
|
||||||
rpiKernel = pkgs.CallPackage ./linux/rpi {kernelPatches = [];};
|
rpiKernel = pkgs.callPackage ./linux/rpi {kernelPatches = [];};
|
||||||
}
|
}
|
||||||
else {}
|
else {}
|
||||||
);
|
);
|
||||||
|
|
Reference in a new issue