aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/flake.nix b/flake.nix
index 52e1127..d9f2470 100644
--- a/flake.nix
+++ b/flake.nix
@@ -20,11 +20,11 @@
{
devShell = mkShell {
buildInputs = [
- rust-bin.stable."1.71.0".default
+ rust-bin.stable."1.74.0".default
cargo-watch
lld
openssl
- pkgconfig
+ pkg-config
sqlite
];
};