aboutsummaryrefslogtreecommitdiffstats
path: root/flake.nix
diff options
context:
space:
mode:
authorEllie Huxtable <ellie@elliehuxtable.com>2024-06-13 11:18:32 +0000
committerEllie Huxtable <ellie@elliehuxtable.com>2024-06-13 11:18:32 +0000
commit5f2df6584d51f6ec05560cf5d8c28b554a8053fb (patch)
tree1b06d1a00a64967d482e449bc691828253ca5c6e /flake.nix
parentchore(nix): De-couple atuin nix build from nixpkgs rustc version (#2123) (diff)
downloadatuin-5f2df6584d51f6ec05560cf5d8c28b554a8053fb.zip
chore: update to rust 1.78
Diffstat (limited to '')
-rw-r--r--flake.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index 8384a2c2..42d2580c 100644
--- a/flake.nix
+++ b/flake.nix
@@ -28,7 +28,7 @@
fenix.packages.${system}.fromToolchainFile
{
file = ./rust-toolchain.toml;
- sha256 = "sha256-7QfkHty6hSrgNM0fspycYkRcB82eEqYa4CoAJ9qA3tU=";
+ sha256 = "sha256-opUgs6ckUQCyDxcB9Wy51pqhd0MPGHUVbwRKKPGiwZU=";
};
in
pkgs.makeRustPlatform {