diff options
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 ]; |