aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2025-07-06 03:08:40 +0900
committernsfisis <nsfisis@gmail.com>2025-07-06 03:08:40 +0900
commit5727326e1327f17d09b62ad4b84ae04323ef53ac (patch)
tree729d9782e7a0823818f7f3b095f0172da8258688
parent5a6c4591f480e220f05e7fff1f6c4aeaf537b70c (diff)
downloaddotfiles-5727326e1327f17d09b62ad4b84ae04323ef53ac.tar.gz
dotfiles-5727326e1327f17d09b62ad4b84ae04323ef53ac.tar.zst
dotfiles-5727326e1327f17d09b62ad4b84ae04323ef53ac.zip
mitamae: do not install cargo-compete
-rw-r--r--mitamae/default.rb13
1 files changed, 0 insertions, 13 deletions
diff --git a/mitamae/default.rb b/mitamae/default.rb
index 9276656..f561799 100644
--- a/mitamae/default.rb
+++ b/mitamae/default.rb
@@ -40,19 +40,6 @@ if node[:profile] == "private"
command "rustup toolchain install nightly"
not_if "rustup toolchain list | grep nightly"
end
-
- package "pkg-config"
- package "libssl-dev"
-
- execute "cargo: install cargo-compete" do
- envs = {
- CFLAGS: "-I/usr/include",
- OPENSSL_LIB_DIR: "/usr/lib/x86_64-linux-gnu",
- OPENSSL_INCLUDE_DIR: "/usr/include/x86_64-linux-gnu",
- }
- command "#{envs.map{"#{_1}=#{_2}"}.join(" ")} cargo install cargo-compete"
- not_if "type cargo-compete"
- end
end
execute "home-manager switch" do