From 8a5ffbffa38a9833d5c64f386b49062ec4141598 Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Sun, 29 May 2022 09:57:44 +0530 Subject: [PATCH] feat: sync Nix config with dotfiles --- shell.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/shell.nix b/shell.nix index fb36159..bae806c 100644 --- a/shell.nix +++ b/shell.nix @@ -2,7 +2,8 @@ with import { overlays = [ (import ) ]; }; mkShell { buildInputs = [ (rust-bin.stable.latest.default.override { - extensions = [ "rust-src" "rustfmt-preview" ]; + extensions = + [ "rust-src" "rustc-dev" "rustfmt-preview" "llvm-tools-preview" ]; targets = pkgs.lib.optionals pkgs.stdenv.isDarwin [ "aarch64-apple-darwin" ] ++ pkgs.lib.optionals pkgs.stdenv.isLinux