diff options
author | sefidel <contact@sefidel.net> | 2022-10-16 00:40:43 +0900 |
---|---|---|
committer | sefidel <contact@sefidel.net> | 2022-10-16 00:40:43 +0900 |
commit | 3ec01e70773ccdaf226fd8120ef23fee5c5db08a (patch) | |
tree | 5ab05439cfb8869a63e2266834f376f99ffd25a6 /home/profiles/base-darwin/default.nix | |
parent | 695ccb89382ff221ba65affba6c04922bd5711bb (diff) | |
download | nixrc-3ec01e70773ccdaf226fd8120ef23fee5c5db08a.tar.gz nixrc-3ec01e70773ccdaf226fd8120ef23fee5c5db08a.zip |
feat(home/base-darwin): expose RA to fleet
Diffstat (limited to 'home/profiles/base-darwin/default.nix')
-rw-r--r-- | home/profiles/base-darwin/default.nix | 3 |
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"; }; } |