Skip to content

Commit

Permalink
fixup! feat: add devbox support
Browse files Browse the repository at this point in the history
  • Loading branch information
aacebedo committed Jan 27, 2024
1 parent 8e137d3 commit d14b262
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions devbox.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@
"go get ./...",
"mkdir -p build && go build -o build/dnsdock${GOARCH:+.}${GOARCH} ./cmd/dnsdock"
],
"test": [
"go test ./..."
],
"lint": [
"go vet ./... ",
"golangci-lint run ./..."
Expand Down
2 changes: 1 addition & 1 deletion devbox.lock
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@
}
}
},
"pre-commit@latest": {
"pre-commit@3.6.0": {
"last_modified": "2024-01-18T00:05:01Z",
"resolved": "github:NixOS/nixpkgs/921fb3319c2a296fc65048272d22f3db889d7292#pre-commit",
"source": "devbox-search",
Expand Down

0 comments on commit d14b262

Please sign in to comment.