diff options
| author | Ellie Huxtable <ellie@elliehuxtable.com> | 2025-09-10 12:40:56 -0700 |
|---|---|---|
| committer | Ellie Huxtable <ellie@elliehuxtable.com> | 2025-09-10 12:57:43 -0700 |
| commit | da94e86983f7a6443285d16b3cc3d8030fd85dd8 (patch) | |
| tree | 4d7e04801ec27b8bd99a6e282e1beaa01c6d3037 /flake.nix | |
| parent | fix: add forgotten `rust-toolchain.toml` to match changes (oops) (diff) | |
| download | atuin-da94e86983f7a6443285d16b3cc3d8030fd85dd8.zip | |
build: update flake.nix with new sha256
Diffstat (limited to '')
| -rw-r--r-- | flake.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -31,7 +31,7 @@ fenix.packages.${system}.fromToolchainFile { file = ./rust-toolchain.toml; - sha256 = "sha256-Qxt8XAuaUR2OMdKbN4u8dBJOhSHxS+uS06Wl9+flVEk="; + sha256 = "sha256-+9FmLhAOezBZCOziO0Qct1NOrfpjNsXxc/8I0c7BdKE="; }; in pkgs.makeRustPlatform { |
