From b81a55bea1525b2fcf84591eb902926fb1d0cece Mon Sep 17 00:00:00 2001 From: namilsk Date: Mon, 12 Jan 2026 21:09:34 +0300 Subject: Added auto-installing rustup target in `shell.nix` --- shell.nix | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'shell.nix') diff --git a/shell.nix b/shell.nix index 286417e..ae3f6ff 100644 --- a/shell.nix +++ b/shell.nix @@ -8,4 +8,10 @@ pkgs.mkShell { pkg-config gcc ]; + + shellHook = '' + rustup target add x86_64-unknown-linux-musl + ''; } + + -- cgit v1.2.3