aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index fe059df..c47f454 100644
--- a/flake.nix
+++ b/flake.nix
@@ -21,10 +21,11 @@
devShell = mkShell {
buildInputs = [
cargo-watch
+ cargo-edit
lld
openssl
pkg-config
- rust-bin.stable."1.78.0".default
+ rust-bin.stable."1.84.0".default
sqlite
watchexec
];