aboutsummaryrefslogtreecommitdiffstats
path: root/flake.nix
diff options
context:
space:
mode:
authorEllie Huxtable <ellie@atuin.sh>2024-08-07 21:07:34 +0100
committerGitHub <noreply@github.com>2024-08-07 21:07:34 +0100
commitb764ee327da6641e95279c9540be5fcf68814f14 (patch)
tree9a9710972fb6656ed2a52ebc61c9a7b268c1c9b3 /flake.nix
parentfix(mail): enable correct tls features for postmark client (#2347) (diff)
downloadatuin-b764ee327da6641e95279c9540be5fcf68814f14.zip
chore: update to rust 1.80 (#2344)
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index 7a91963a..013ef3b2 100644
--- a/flake.nix
+++ b/flake.nix
@@ -28,7 +28,7 @@
fenix.packages.${system}.fromToolchainFile
{
file = ./rust-toolchain.toml;
- sha256 = "sha256-Ngiz76YP4HTY75GGdH2P+APE/DEIx2R/Dn+BwwOyzZU=";
+ sha256 = "sha256-6eN/GKzjVSjEhGO9FhWObkRFaE1Jf+uqMSdQnb8lcB4=";
};
in
pkgs.makeRustPlatform {