Skip to content

Commit

Permalink
update flake
Browse files Browse the repository at this point in the history
rust 1.81 has some cool comp time benefits when it comes to sorting.
plus i wanna keep rustc up to date ish
  • Loading branch information
billyb2 committed Sep 17, 2024
1 parent 4a52825 commit 361154c
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 55 deletions.
69 changes: 15 additions & 54 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 @@ -22,7 +22,7 @@

rustToolchain =
pkgs.rust-bin.fromRustupToolchainFile ./rust-toolchain.toml;
craneLib = crane.lib.${system}.overrideToolchain rustToolchain;
craneLib = (crane.mkLib pkgs).overrideToolchain rustToolchain;

src = craneLib.cleanCargoSource (craneLib.path ./.);
buildInputs = with pkgs;
Expand Down

0 comments on commit 361154c

Please sign in to comment.