1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-27 19:17:43 +00:00

Merge pull request #7568 from uutils/sylvestre-patch-5

flake.nix: bump minial rust version
This commit is contained in:
Daniel Hofstetter 2025-03-25 10:55:54 +01:00 committed by GitHub
commit b0e0059251
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