flake.nix: bump minial rust version

This commit is contained in:
Sylvestre Ledru 2025-03-25 10:00:07 +01:00 committed by GitHub
parent f038d3e716
commit 0522576ae6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -48,7 +48,7 @@
default = pkgsFor.${system}.pkgs.mkShell {
packages = build_deps ++ gnu_testing_deps;
RUSTC_VERSION = "1.82";
RUSTC_VERSION = "1.85";
LIBCLANG_PATH = pkgsFor.${system}.lib.makeLibraryPath [pkgsFor.${system}.llvmPackages_latest.libclang.lib];
shellHook = ''
export PATH=$PATH:''${CARGO_HOME:-~/.cargo}/bin