aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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";
};
}