aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index 3536770..3b9d011 100644
--- a/flake.nix
+++ b/flake.nix
@@ -98,6 +98,7 @@
98 mkShell rec { 98 mkShell rec {
99 nativeBuildInputs = [ 99 nativeBuildInputs = [
100 cargo-watch 100 cargo-watch
101 rust-analyzer
101 toolchain 102 toolchain
102 ]; 103 ];
103 RUST_LOG = "info"; 104 RUST_LOG = "info";