about summary refs log tree commit diff
path: root/home/profiles
diff options
context:
space:
mode:
Diffstat (limited to 'home/profiles')
-rw-r--r--home/profiles/base-darwin/default.nix2
1 files changed, 1 insertions, 1 deletions
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