chore: update nix for new toolchain (#5991)

This commit is contained in:
Ning Sun
2025-04-27 19:40:44 +08:00
committed by GitHub
parent 5ed0a095b6
commit 8e1ec2a201
2 changed files with 10 additions and 10 deletions

View File

@@ -21,7 +21,7 @@
lib = nixpkgs.lib;
rustToolchain = fenix.packages.${system}.fromToolchainName {
name = (lib.importTOML ./rust-toolchain.toml).toolchain.channel;
sha256 = "sha256-i0Sh/ZFFsHlZ3oFZFc24qdk6Cd8Do8OPU4HJQsrKOeM=";
sha256 = "sha256-arzEYlWLGGYeOhECHpBxQd2joZ4rPKV3qLNnZ+eql6A=";
};
in
{