From b9c11d4837d3d595c30cfe859b8aa35f7dc51f8b Mon Sep 17 00:00:00 2001 From: sefidel Date: Tue, 18 Oct 2022 18:39:06 +0900 Subject: Revert "feat(home/base-darwin): expose RA to fleet" This reverts commit e8579b04e4a0b1dd84718fd7ce2de126181f2c67. --- home/profiles/base-darwin/default.nix | 3 --- 1 file changed, 3 deletions(-) (limited to 'home/profiles/base-darwin/default.nix') 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"; }; } -- cgit 1.4.1