From 9d166b279267148efe4f25a308f0ffd11ee960fc Mon Sep 17 00:00:00 2001 From: sefidel Date: Fri, 14 Oct 2022 18:24:24 +0900 Subject: feat(home/base-darwin): add rust-src extension --- home/profiles/base-darwin/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'home/profiles/base-darwin') diff --git a/home/profiles/base-darwin/default.nix b/home/profiles/base-darwin/default.nix index 6519894..9cedf8d 100644 --- a/home/profiles/base-darwin/default.nix +++ b/home/profiles/base-darwin/default.nix @@ -43,7 +43,7 @@ in neovim # Common build tools - (pkgs.rust-bin.selectLatestNightlyWith (toolchain: toolchain.default)) + (pkgs.rust-bin.selectLatestNightlyWith (toolchain: toolchain.default.override { extensions = [ "rust-src" ]; })) pkgs.go pkgs.gcc -- cgit 1.4.1