Skip to content

Commit 18d23de

Browse files
committed
updated include section examples
1 parent d4ab61b commit 18d23de

File tree

2 files changed

+9
-18
lines changed

2 files changed

+9
-18
lines changed

devbox.json

Lines changed: 6 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -8,33 +8,21 @@
88
"gopls": "latest",
99
},
1010
"include": [
11+
// examples:
1112
//{
12-
// "type": "ssh",
13-
// "host": "gitlab.com",
14-
// "owner": "astro-tec",
15-
// "repo": "devbox-plugin-test",
16-
// "dir": "plugin",
17-
//},
18-
//,
19-
//{
20-
// "type": "path",
21-
// "path": "/home/bmarlowe/Development/bitbucket/devbox-plugin-test/plugin"
13+
// "type": "github",
14+
// "owner": "jetify-com",
15+
// "repo": "devbox-plugins",
16+
// "dir": "tmux"
2217
//}
2318
//,
2419
//{
2520
// "type": "github",
2621
// "owner": "jetify-com",
2722
// "repo": "devbox-plugins",
28-
// "dir": "tmux"
23+
// "dir": "mongodb"
2924
//}
3025
//,
31-
{
32-
"type": "github",
33-
"owner": "jetify-com",
34-
"repo": "devbox-plugins",
35-
"dir": "mongodb"
36-
}
37-
//,
3826
//{
3927
// "type": "builtin",
4028
// "path": "nginx"

devbox.lock

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
{
22
"lockfile_version": "1",
33
"packages": {
4+
"github:NixOS/nixpkgs/nixpkgs-unstable": {
5+
"resolved": "github:NixOS/nixpkgs/9189ac18287c599860e878e905da550aa6dec1cd?lastModified=1738297584&narHash=sha256-AYvaFBzt8dU0fcSK2jKD0Vg23K2eIRxfsVXIPCW9a0E%3D"
6+
},
47
"go@latest": {
58
"last_modified": "2024-08-14T11:41:26Z",
69
"resolved": "github:NixOS/nixpkgs/0cb2fd7c59fed0cd82ef858cbcbdb552b9a33465#go_1_23",

0 commit comments

Comments
 (0)