We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bc00215 + e94be27 commit 8b0cf00Copy full SHA for 8b0cf00
flake.nix
@@ -22,7 +22,7 @@
22
pkgs = import nixpkgs { inherit system; };
23
rust-toolchain = fenix.packages."${system}".fromToolchainFile {
24
file = ./rust-toolchain.toml;
25
- sha256 = "sha256-3aoA7PuH09g8F+60uTUQhnHrb/ARDLueSOD08ZVsWe0=";
+ sha256 = "sha256-Qxt8XAuaUR2OMdKbN4u8dBJOhSHxS+uS06Wl9+flVEk=";
26
};
27
in
28
{
0 commit comments