diff options
Diffstat (limited to 'mitamae')
| -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 |
