diff options
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -21,12 +21,13 @@ devShell = mkShell { buildInputs = [ cargo-edit + cargo-update cargo-watch graphene gtk4 pkg-config rust-analyzer - rust-bin.stable."1.84.0".default + rust-bin.stable."1.92.0".default sqlite ]; }; |
