aboutsummaryrefslogtreecommitdiffstats
path: root/flake.nix
diff options
context:
space:
mode:
authorEllie Huxtable <ellie@atuin.sh>2025-04-07 13:04:18 +0100
committerGitHub <noreply@github.com>2025-04-07 13:04:18 +0100
commit336447e7f606654c638c19ae3b7561f6265e9a2b (patch)
tree85992a8e8a5a0c9f445415e1bdb78172bbc56e3d /flake.nix
parentchore(deps): bump lukemathwalker/cargo-chef (#2675) (diff)
downloadatuin-336447e7f606654c638c19ae3b7561f6265e9a2b.zip
Revert "Revert "chore: update to rust 1.86 (#2666)" (#2667)" (#2676)
This reverts commit 9d816d16db233dd1aa477bfe1cc5a960e3c7b6c7.
Diffstat (limited to '')
-rw-r--r--flake.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index 3772a7d8..adca7b34 100644
--- a/flake.nix
+++ b/flake.nix
@@ -32,7 +32,7 @@
fenix.packages.${system}.fromToolchainFile
{
file = ./rust-toolchain.toml;
- sha256 = "sha256-Hn2uaQzRLidAWpfmRwSRdImifGUCAb9HeAqTYFXWeQk=";
+ sha256 = "sha256-X/4ZBHO3iW0fOenQ3foEvscgAPJYl2abspaBThDOukI=";
};
in
pkgs.makeRustPlatform {