tools for building gleam projects with nix

rust: update to 1.90

foxgirl.engineering a0bb6df6 82503e51

verified
+2 -2
+1 -1
nix/rust-toolchain.nix
··· 6 6 7 7 fromToolchainFile { 8 8 file = ../rust-toolchain.toml; 9 - sha256 = "sha256-+9FmLhAOezBZCOziO0Qct1NOrfpjNsXxc/8I0c7BdKE="; 9 + sha256 = "sha256-SJwZ8g0zF2WrKDVmHrVG3pD2RGoQeo24MEXnNx5FyuI="; 10 10 }
+1 -1
rust-toolchain.toml
··· 3 3 # SPDX-License-Identifier: 0BSD 4 4 5 5 [toolchain] 6 - channel = "1.89" 6 + channel = "1.90" 7 7 components = ["rust-analyzer", "rust-src", "rust-toolchain"]