From 76970ee1cd0f07d6f460532d5c026b00306ea9ca Mon Sep 17 00:00:00 2001 From: Rexiel Scarlet <37258415+Rexcrazy804@users.noreply.github.com> Date: Wed, 13 Aug 2025 12:04:02 +0400 Subject: [PATCH 1/2] nix: added rustc into default devShell --- nix/shell.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nix/shell.nix b/nix/shell.nix index 965a0eb..ceecfc0 100644 --- a/nix/shell.nix +++ b/nix/shell.nix @@ -2,6 +2,7 @@ mkShell, rust-analyzer, rustfmt, + rustc, clippy, cargo, rustPlatform, @@ -13,6 +14,7 @@ mkShell { rustfmt clippy cargo + rustc ]; RUST_SRC_PATH = "${rustPlatform.rustLibSrc}"; From 3cc394f6e5e33a2e3e9e9ca2a89832236bf01bfe Mon Sep 17 00:00:00 2001 From: Rexiel Scarlet <37258415+Rexcrazy804@users.noreply.github.com> Date: Wed, 13 Aug 2025 13:47:32 +0400 Subject: [PATCH 2/2] direnv: watch nix/shell.nix for changes --- .envrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.envrc b/.envrc index e3fecb3..b20dbca 100644 --- a/.envrc +++ b/.envrc @@ -1,2 +1,3 @@ +watch_file nix/shell.nix use flake