From 512135e90e5c9468ede6702a3f10766b55c7a72e Mon Sep 17 00:00:00 2001 From: Callum Leslie Date: Tue, 14 Apr 2026 08:54:26 +0100 Subject: [PATCH] chore: fix flake build --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 8663697..068eec0 100644 --- a/flake.nix +++ b/flake.nix @@ -47,7 +47,7 @@ }: let rustToolchain = inputs'.fenix.packages.fromToolchainFile { file = ./rust-toolchain.toml; - sha256 = "sha256-Qxt8XAuaUR2OMdKbN4u8dBJOhSHxS+uS06Wl9+flVEk="; + sha256 = "sha256-zC8E38iDVJ1oPIzCqTk/Ujo9+9kx9dXq7wAwPMpkpg0="; }; craneLib = (inputs.crane.mkLib pkgs).overrideToolchain rustToolchain; src = craneLib.cleanCargoSource (craneLib.path ./.);