From 3ec01e70773ccdaf226fd8120ef23fee5c5db08a Mon Sep 17 00:00:00 2001 From: sefidel Date: Sun, 16 Oct 2022 00:40:43 +0900 Subject: feat(home/base-darwin): expose RA to fleet --- home/profiles/base-darwin/default.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'home/profiles/base-darwin') 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"; }; } -- cgit 1.4.1