From 3d7d42269906a6686dfc1c07cd330577efec1581 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Charlotte=20=F0=9F=A6=9D=20Delenk?= Date: Thu, 30 Mar 2023 09:18:01 +0100 Subject: [PATCH] fix typo --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 4a8000c..4d84c32 100644 --- a/flake.nix +++ b/flake.nix @@ -107,7 +107,7 @@ // ( if system == "aarch64-linux" then rec { - rpiKernel = pkgs.CallPackage ./linux/rpi {kernelPatches = [];}; + rpiKernel = pkgs.callPackage ./linux/rpi {kernelPatches = [];}; } else {} );