aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorJoris2025-01-15 21:19:04 +0100
committerJoris2025-01-15 21:19:04 +0100
commit463d58b37909c976d3f30bdb5a652f0e8a018b55 (patch)
tree23ab4fecc4b8a7fa28eab81fd93cbc15f4efadc5 /flake.nix
parent9e48c2bd8b4a3fdd73b2fc51afec14180b4b0dcf (diff)
Upgrade dependenciesmain
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
];