From e3c1ceab0401ec54be52f405cb2e71feda965565 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Sat, 24 Jan 2026 23:09:56 +0900 Subject: mitamae: do not run rustup on provisioning --- mitamae/default.rb | 7 ------- 1 file changed, 7 deletions(-) (limited to 'mitamae') diff --git a/mitamae/default.rb b/mitamae/default.rb index c5bb083..06d2c3a 100644 --- a/mitamae/default.rb +++ b/mitamae/default.rb @@ -30,10 +30,3 @@ directory "#{home}/.config/skk" execute "home-manager switch" do command "nix run 'nixpkgs#home-manager' -- switch --flake '.##{node[:name]}'" end - -if node[:profile] == "private" - execute "rustup: install nightly toolchain" do - command "rustup toolchain install nightly" - not_if "rustup toolchain list | grep nightly" - end -end -- cgit v1.3-1-g0d28