1
0

build: nix flakes

This commit is contained in:
2023-05-16 11:47:17 +00:00
parent 4d950d7302
commit 5ecacf00bd
7 changed files with 331 additions and 10 deletions

6
go.mod
View File

@ -2,12 +2,6 @@ module code.dumpstack.io/tools/out-of-tree
go 1.19
replace code.dumpstack.io/tools/out-of-tree/qemu => ./qemu
replace code.dumpstack.io/tools/out-of-tree/config => ./config
replace code.dumpstack.io/tools/out-of-tree/distro => ./distro
require (
github.com/Masterminds/semver v1.5.0
github.com/alecthomas/kong v0.7.1