aboutsummaryrefslogtreecommitdiffstats
path: root/flake.nix
diff options
context:
space:
mode:
authorEllie Huxtable <ellie@atuin.sh>2025-03-09 22:27:38 +0000
committerGitHub <noreply@github.com>2025-03-09 22:27:38 +0000
commit231d87c47ee2aebcb1cb85aad261e1d762e83da0 (patch)
treeb64046391f7cc43fa8f4d767061e208421b1c198 /flake.nix
parentfix: don't save empty commands (#2605) (diff)
downloadatuin-231d87c47ee2aebcb1cb85aad261e1d762e83da0.zip
chore: update rust toolchain to 1.85 (#2618)
* chore: update rust toolchain to 1.85 * nix things * make clippy happy I've replaced a bunch of &Option<String> with Option<String>. They were not in hot loops, so a single clone is really no big deal + keeps things simpler. * fmt
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 4c9383f0..ec6e7555 100644
--- a/flake.nix
+++ b/flake.nix
@@ -32,7 +32,7 @@
fenix.packages.${system}.fromToolchainFile
{
file = ./rust-toolchain.toml;
- sha256 = "sha256-yMuSb5eQPO/bHv+Bcf/US8LVMbf/G/0MSfiPwBhiPpk=";
+ sha256 = "sha256-AJ6LX/Q/Er9kS15bn9iflkUwcgYqRQxiOIL2ToVAXaU=";
};
in
pkgs.makeRustPlatform {