Skip to content

Commit

Permalink
Use crane.mkLib
Browse files Browse the repository at this point in the history
  • Loading branch information
linyinfeng committed May 23, 2024
1 parent 32c1bbc commit 78c75b8
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 @@ -41,7 +41,7 @@
system,
...
}: let
craneLib = inputs.crane.lib.${system};
craneLib = inputs.crane.mkLib pkgs;
src = craneLib.cleanCargoSource (craneLib.path ./.);
bareCommonArgs = {
inherit src;
Expand Down

0 comments on commit 78c75b8

Please sign in to comment.