about summary refs log tree commit diff
path: root/home/profiles/base-darwin
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2022-10-16 00:40:43 +0900
committersefidel <contact@sefidel.net>2022-10-16 00:40:43 +0900
commit3ec01e70773ccdaf226fd8120ef23fee5c5db08a (patch)
tree5ab05439cfb8869a63e2266834f376f99ffd25a6 /home/profiles/base-darwin
parent695ccb89382ff221ba65affba6c04922bd5711bb (diff)
downloadnixrc-3ec01e70773ccdaf226fd8120ef23fee5c5db08a.tar.gz
nixrc-3ec01e70773ccdaf226fd8120ef23fee5c5db08a.zip
feat(home/base-darwin): expose RA to fleet
Diffstat (limited to 'home/profiles/base-darwin')
-rw-r--r--home/profiles/base-darwin/default.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/home/profiles/base-darwin/default.nix b/home/profiles/base-darwin/default.nix
index 703ba67..14cc35f 100644
--- a/home/profiles/base-darwin/default.nix
+++ b/home/profiles/base-darwin/default.nix
@@ -165,5 +165,8 @@ 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";
   };
 }