diff options
Diffstat (limited to 'home')
-rw-r--r-- | home/profiles/base-darwin/default.nix | 2 |
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 |