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 2acc1f3..a3e458f 100644
--- a/flake.nix
+++ b/flake.nix
@@ -64,6 +64,7 @@
64 pkgs.rust-analyzer 64 pkgs.rust-analyzer
65 pkgs.rustfmt 65 pkgs.rustfmt
66 pkgs.cargo 66 pkgs.cargo
67 pkgs.cargo-watch
67 ]; 68 ];
68 RUST_SRC_PATH = "${rust-src}/lib/rustlib/src/rust/library"; 69 RUST_SRC_PATH = "${rust-src}/lib/rustlib/src/rust/library";
69 RUST_LOG = "info"; 70 RUST_LOG = "info";