Skip to content

Commit

Permalink
🔨 Update crane library instantiation (#176)
Browse files Browse the repository at this point in the history
Update crane library instantiation from the now deprecated invocation.

Reference: https://github.com/ipetkov/crane/releases/tag/v0.17.0
  • Loading branch information
a-kenji authored Jul 30, 2024
1 parent c3a67bd commit 2f40b62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 =
Expand Down

0 comments on commit 2f40b62

Please sign in to comment.