From 90b26f87994c963489c877e66e085ac48330a420 Mon Sep 17 00:00:00 2001 From: Daniel Firth Date: Thu, 26 Sep 2024 09:43:04 +0000 Subject: [PATCH] Fix call to craneLib --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 2cac18c7bd7..82bef7453c5 100644 --- a/flake.nix +++ b/flake.nix @@ -24,7 +24,7 @@ ... }: let inherit (inputs.nixpkgs) lib; - craneLib = inputs.crane.lib.${system}; + craneLib = inputs.crane.mkLib pkgs; clean = root: lib.cleanSourceWith {