You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: devbox.json
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,6 @@
5
5
"go": "latest",
6
6
"runx:golangci/golangci-lint": "latest",
7
7
"runx:mvdan/gofumpt": "latest",
8
-
"github:nix-community/gomod2nix": ""
9
8
},
10
9
"env": {
11
10
"GOENV": "off",
@@ -39,6 +38,10 @@
39
38
"test": "go test -race -cover ./...",
40
39
"test-projects-only": "DEVBOX_RUN_PROJECT_TESTS=1 go test -v -timeout ${DEVBOX_GOLANG_TEST_TIMEOUT:-30m} ./... -run \"TestExamples|TestScriptsWithProjects\"",
41
40
"update-examples": "devbox run build && go run testscripts/testrunner/updater/main.go",
41
+
// Updates the Flake's vendorHash: First run `go mod vendor` to vendor
42
+
// the dependencies, then hash the vendor directory with Nix.
43
+
// The hash is saved to the `vendor-hash` file, which is then
0 commit comments