about summary refs log tree commit diff
path: root/home
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2022-10-14 18:24:24 +0900
committersefidel <contact@sefidel.net>2022-10-14 18:24:24 +0900
commit9d166b279267148efe4f25a308f0ffd11ee960fc (patch)
treefddf61a381af0786ea9719ab160ff712b5c30cee /home
parent141c776aac2fd675ad9828cfc19e32dd37392aa2 (diff)
downloadnixrc-9d166b279267148efe4f25a308f0ffd11ee960fc.tar.gz
nixrc-9d166b279267148efe4f25a308f0ffd11ee960fc.zip
feat(home/base-darwin): add rust-src extension
Diffstat (limited to 'home')
-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