diff options
author | Baitinq <manuelpalenzuelamerino@gmail.com> | 2024-02-18 12:14:03 +0100 |
---|---|---|
committer | Baitinq <manuelpalenzuelamerino@gmail.com> | 2024-02-18 12:14:03 +0100 |
commit | 56162d043f61f4166f7833d81bdde4acfa77d415 (patch) | |
tree | a7e337762a28ad8ab1e3bfaf58bc385ce2df0bf9 /hosts | |
parent | Dotfiles: Emacs: Download lsp-bridge from straight (diff) | |
download | nixos-config-56162d043f61f4166f7833d81bdde4acfa77d415.tar.gz nixos-config-56162d043f61f4166f7833d81bdde4acfa77d415.tar.bz2 nixos-config-56162d043f61f4166f7833d81bdde4acfa77d415.zip |
Packages: Remove custom lsp-bridge
Diffstat (limited to 'hosts')
-rw-r--r-- | hosts/home-darwin.nix | 2 | ||||
-rw-r--r-- | hosts/home.nix | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/hosts/home-darwin.nix b/hosts/home-darwin.nix index 4c177c0..1cd5288 100644 --- a/hosts/home-darwin.nix +++ b/hosts/home-darwin.nix @@ -32,7 +32,7 @@ projectile lsp-ui - manualPackages.custom.lsp-bridge + lsp-bridge rust-mode rustic company diff --git a/hosts/home.nix b/hosts/home.nix index 18ea115..e615a96 100644 --- a/hosts/home.nix +++ b/hosts/home.nix @@ -169,7 +169,7 @@ projectile lsp-ui - manualPackages.custom.lsp-bridge + lsp-bridge rust-mode rustic company |