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 b146d72..e6561a2 100644
--- a/flake.nix
+++ b/flake.nix
@@ -19,11 +19,12 @@
{
devShell = mkShell {
buildInputs = [
- rust-bin.stable."1.56.1".default
+ rust-bin.stable."1.57.0".default
cargo-watch
pkgconfig
graphene
gtk4
+ sqlite
];
};
}