Skip to content

Commit 2f40b62

Browse files
authored
🔨 Update crane library instantiation (#176)
Update crane library instantiation from the now deprecated invocation. Reference: https://github.com/ipetkov/crane/releases/tag/v0.17.0
1 parent c3a67bd commit 2f40b62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎flake.nix‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
inherit (cargoTOML.workspace.package) version;
5151
pname = "centerpiece";
5252

53-
craneLib = crane.lib.${system};
53+
craneLib = crane.mkLib nixpkgs.legacyPackages.${system};
5454
fontFilter = path: _type: builtins.match ".*ttf$" path != null;
5555
configFilter = path: _type: builtins.match ".*config.yml$" path != null;
5656
assetOrCargo =

0 commit comments

Comments
 (0)