Prevent complaints while in dev

This commit is contained in:
Chris Roberts 2023-08-24 14:58:50 -07:00
parent 61cac94dc3
commit fb7e673b61

3
.envrc
View File

@ -3,3 +3,6 @@
if has nix-shell; then
use flake
fi
export VAGRANT_SUPPRESS_GO_EXPERIMENTAL_WARNING=1
export VAGRANT_I_KNOW_WHAT_IM_DOING_PLEASE_BE_QUIET=1