xxh/plugin-development/Vagrantfile
2022-02-26 10:05:44 -05:00

4 lines
94 B
Ruby

# vi: set ft=ruby :
Vagrant.configure("2") do |config|
config.vm.box = "ubuntu/jammy64"
end