mirror of
https://github.com/xxh/xxh
synced 2024-11-14 16:27:09 +00:00
4 lines
94 B
Ruby
4 lines
94 B
Ruby
# vi: set ft=ruby :
|
|
Vagrant.configure("2") do |config|
|
|
config.vm.box = "ubuntu/jammy64"
|
|
end
|