Updated sha256 inside flake.nix

This commit is contained in:
mateowoetam
2026-07-16 19:01:09 -06:00
committed by Ashwin Naren
parent 1cc900a8e4
commit e58825aacd

View File

@@ -12,7 +12,7 @@
pkgs = import nixpkgs { inherit system; };
toolchain = fenix.packages.${system}.fromToolchainFile {
file = ./rust-toolchain.toml;
sha256 = "sha256-ggvRZZFjlAlrZVjqul/f/UpU5CEhDbdKZU0OCR8Uzbc=";
sha256 = "sha256-gIs/sWVA0osI/I+duBKhKaExKdVBPNswYHoS7H+gljI=";
};
shell = pkgs.mkShell {
buildInputs = with pkgs; [