Skip to content

Commit

Permalink
fix(flake): update inputs, use new crane.mkLib
Browse files Browse the repository at this point in the history
  • Loading branch information
ozwaldorf committed Jul 2, 2024
1 parent a590dd9 commit 6aa9592
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
let
pkgs = (import nixpkgs { inherit system; });
inherit (pkgs) lib;
craneLib = crane.lib.${system}.overrideToolchain (
craneLib = (crane.mkLib pkgs).overrideToolchain (
fenix.packages.${system}.fromToolchainFile {
file = ./rust-toolchain;
sha256 = "4HfRQx49hyuJ8IjBWSty3OXCLOmeaZF5qZAXW6QiQNI=";
Expand Down

0 comments on commit 6aa9592

Please sign in to comment.