diff options
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -20,8 +20,9 @@ { devShell = mkShell { buildInputs = [ - rust-bin.stable."1.78.0".default + rust-bin.stable."1.84.0".default cargo-watch + cargo-edit lld openssl pkg-config |