diff options
author | Joris Guyonvarch | 2025-08-30 09:03:09 +0200 |
---|---|---|
committer | Joris Guyonvarch | 2025-08-30 09:03:09 +0200 |
commit | d07ab1e7c7454150e5525765c78f107222735158 (patch) | |
tree | 6b27e2205dfdf932c288e925fffcae4c7c670496 /flake.nix | |
parent | 9d45a51345b6cad320eba8db25c364e27a073cbc (diff) |
Update flake
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -20,7 +20,7 @@ { devShell = mkShell { buildInputs = [ - rust-bin.stable."1.84.0".default + rust-bin.stable."1.89.0".default cargo-watch cargo-edit lld |