Skip to content

Commit

Permalink
Fix call to craneLib
Browse files Browse the repository at this point in the history
  • Loading branch information
locallycompact committed Sep 26, 2024
1 parent 147210b commit c68dca1
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 @@ -24,7 +24,7 @@
...
}: let
inherit (inputs.nixpkgs) lib;
craneLib = inputs.crane.lib.${system};
craneLib = inputs.crane.mkLib pkgs;

clean = root:
lib.cleanSourceWith {
Expand Down

0 comments on commit c68dca1

Please sign in to comment.