mirror of
https://github.com/slackhq/nebula.git
synced 2025-02-19 03:33:50 +00:00
8 lines
165 B
Text
8 lines
165 B
Text
![]() |
# -*- mode: ruby -*-
|
||
|
# vi: set ft=ruby :
|
||
|
Vagrant.configure("2") do |config|
|
||
|
config.vm.box = "ubuntu/xenial32"
|
||
|
|
||
|
config.vm.synced_folder "../build", "/nebula"
|
||
|
end
|