diff options
| author | nsfisis <nsfisis@gmail.com> | 2026-01-24 23:09:56 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2026-01-24 23:09:56 +0900 |
| commit | e3c1ceab0401ec54be52f405cb2e71feda965565 (patch) | |
| tree | e5975f001889968f2356ae93eca83218d4022d70 | |
| parent | f8f77491cd2fef777b84ee640f5054cfa553f23c (diff) | |
| download | dotfiles-e3c1ceab0401ec54be52f405cb2e71feda965565.tar.gz dotfiles-e3c1ceab0401ec54be52f405cb2e71feda965565.tar.zst dotfiles-e3c1ceab0401ec54be52f405cb2e71feda965565.zip | |
mitamae: do not run rustup on provisioning
| -rw-r--r-- | mitamae/default.rb | 7 |
1 files changed, 0 insertions, 7 deletions
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 |
