-
Notifications
You must be signed in to change notification settings - Fork 183
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: use nix for installing tools in Vagrant (#3343)
* chore: use nix for installing tools in Vagrant * Add QEMU support for vagrant * Update .gitignore Co-authored-by: Dominik Rosiek <[email protected]> --------- Co-authored-by: Dominik Rosiek <[email protected]> (cherry picked from commit 4b17d85)
- Loading branch information
1 parent
371b691
commit 57ec8ca
Showing
4 changed files
with
42 additions
and
64 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,3 +25,6 @@ tmp | |
# Go workspace files | ||
go.work | ||
go.work.sum | ||
|
||
# Local values files | ||
values.local.yaml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters