about summary refs log tree commit diff
path: root/home/profiles/base-darwin/default.nix
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2022-10-18 18:39:06 +0900
committersefidel <contact@sefidel.net>2022-10-18 18:39:06 +0900
commitb9c11d4837d3d595c30cfe859b8aa35f7dc51f8b (patch)
tree2ae0706f64a2897b7085608125566c0e76a99248 /home/profiles/base-darwin/default.nix
parent3ec01e70773ccdaf226fd8120ef23fee5c5db08a (diff)
downloadnixrc-b9c11d4837d3d595c30cfe859b8aa35f7dc51f8b.tar.gz
nixrc-b9c11d4837d3d595c30cfe859b8aa35f7dc51f8b.zip
Revert "feat(home/base-darwin): expose RA to fleet"
This reverts commit e8579b04e4a0b1dd84718fd7ce2de126181f2c67.
Diffstat (limited to 'home/profiles/base-darwin/default.nix')
-rw-r--r--home/profiles/base-darwin/default.nix3
1 files changed, 0 insertions, 3 deletions
diff --git a/home/profiles/base-darwin/default.nix b/home/profiles/base-darwin/default.nix
index 14cc35f..703ba67 100644
--- a/home/profiles/base-darwin/default.nix
+++ b/home/profiles/base-darwin/default.nix
@@ -165,8 +165,5 @@ in
       pinentry-program ${pkgs.pinentry_mac}/Applications/pinentry-mac.app/Contents/MacOS/pinentry-mac
       allow-preset-passphrase
     '';
-
-    # HACK: Use Nix's RA
-    home.file.".fleet/rust-analyzer".source = "${pkgs.rust-analyzer}/bin/rust-analyzer";
   };
 }