From 7580211e6fed6688def17a25ebc459f35a3046f7 Mon Sep 17 00:00:00 2001 From: a-kenji Date: Tue, 30 Jul 2024 22:20:06 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A8=20Update=20crane=20library=20insta?= =?UTF-8?q?ntiation?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Update crane library instantiation from the now deprecated invocation. Reference: https://github.com/ipetkov/crane/releases/tag/v0.17.0 --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index f0e4447..b8f0ecd 100644 --- a/flake.nix +++ b/flake.nix @@ -50,7 +50,7 @@ inherit (cargoTOML.workspace.package) version; pname = "centerpiece"; - craneLib = crane.lib.${system}; + craneLib = crane.mkLib nixpkgs.legacyPackages.${system}; fontFilter = path: _type: builtins.match ".*ttf$" path != null; configFilter = path: _type: builtins.match ".*config.yml$" path != null; assetOrCargo =