Skip to content

Commit e192211

Browse files
authored
update envrcs and plugins (#1980)
1 parent 9c52559 commit e192211

File tree

16 files changed

+19
-19
lines changed

16 files changed

+19
-19
lines changed

.schema/devbox.schema.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "http://json-schema.org/draft-04/schema#",
3-
"$id": "https://github.com/jetpack-io/devbox",
3+
"$id": "https://github.com/jetify-com/devbox",
44
"title": "Devbox json definition",
55
"description": "Defines fields and acceptable values of devbox.json",
66
"type": "object",

examples/cloud_development/temporal/.envrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ use_devbox() {
1111
}
1212
use devbox
1313

14-
# check out https://www.jetpack.io/devbox/docs/ide_configuration/direnv/
14+
# check out https://www.jetify.com/devbox/docs/ide_configuration/direnv/
1515
# for more details

examples/data_science/jupyter/.envrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ use_devbox() {
1111
}
1212
use devbox
1313

14-
# check out https://www.jetpack.io/devbox/docs/ide_configuration/direnv/
14+
# check out https://www.jetify.com/devbox/docs/ide_configuration/direnv/
1515
# for more details

examples/data_science/pytorch/basic-example/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "devbox-cuda-dev"
33
version = "0.1.0"
44
description = ""
5-
authors = ["Jetpack"]
5+
authors = ["jetify.com"]
66
readme = "README.md"
77
packages = [{include = "devbox_cuda_dev"}]
88

examples/development/bun/devbox.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "https://raw.githubusercontent.com/jetpack-io/devbox/0.10.1/.schema/devbox.schema.json",
2+
"$schema": "https://raw.githubusercontent.com/jetify-com/devbox/0.10.1/.schema/devbox.schema.json",
33
"packages": ["bun@latest"],
44
"shell": {
55
"init_hook": [],

examples/development/go/hello-world/.envrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33

44
eval "$(devbox generate direnv --print-envrc)"
55

6-
# check out https://www.jetpack.io/devbox/docs/ide_configuration/direnv/
6+
# check out https://www.jetify.com/devbox/docs/ide_configuration/direnv/
77
# for more details

examples/development/php/latest/.envrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33

44
eval "$(devbox generate direnv --print-envrc)"
55

6-
# check out https://www.jetpack.io/devbox/docs/ide_configuration/direnv/
6+
# check out https://www.jetify.com/devbox/docs/ide_configuration/direnv/
77
# for more details

examples/development/python/pip/.envrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33

44
eval "$(devbox generate direnv --print-envrc)"
55

6-
# check out https://www.jetpack.io/devbox/docs/ide_configuration/direnv/
6+
# check out https://www.jetify.com/devbox/docs/ide_configuration/direnv/
77
# for more details

examples/development/ruby/.envrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33

44
eval "$(devbox generate direnv --print-envrc)"
55

6-
# check out https://www.jetpack.io/devbox/docs/ide_configuration/direnv/
6+
# check out https://www.jetify.com/devbox/docs/ide_configuration/direnv/
77
# for more details

examples/plugins/github-with-revision/devbox.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@
1111
}
1212
},
1313
"include": [
14-
"github:jetpack-io/devbox-plugin-example/d9c00334353c9b1294c7bd5dbea128c149b2eb3a"
14+
"github:jetify-com/devbox-plugin-example/d9c00334353c9b1294c7bd5dbea128c149b2eb3a"
1515
]
1616
}

examples/plugins/github/devbox.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
}
1212
},
1313
"include": [
14-
"github:jetpack-io/devbox-plugin-example",
15-
"github:jetpack-io/devbox-plugin-example?dir=custom-dir",
16-
"github:jetpack-io/devbox-plugin-example/test/branch",
14+
"github:jetify-com/devbox-plugin-example",
15+
"github:jetify-com/devbox-plugin-example?dir=custom-dir",
16+
"github:jetify-com/devbox-plugin-example/test/branch",
1717
]
1818
}

examples/plugins/v2-github/devbox.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
},
1313
"include": [
1414
// TODO, make these more interesting by adding v2 capabilities
15-
"github:jetpack-io/devbox-plugin-example",
16-
"github:jetpack-io/devbox-plugin-example?dir=custom-dir"
15+
"github:jetify-com/devbox-plugin-example",
16+
"github:jetify-com/devbox-plugin-example?dir=custom-dir"
1717
]
1818
}

examples/plugins/v2-local/devbox.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "https://raw.githubusercontent.com/jetpack-io/devbox/main/.schema/devbox.schema.json",
2+
"$schema": "https://raw.githubusercontent.com/jetify-com/devbox/main/.schema/devbox.schema.json",
33
"packages": [],
44
"env": {
55
"PLUGIN1_ENV2": "override"

examples/servers/nginx/.envrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33

44
eval "$(devbox generate direnv --print-envrc)"
55

6-
# check out https://www.jetpack.io/devbox/docs/ide_configuration/direnv/
6+
# check out https://www.jetify.com/devbox/docs/ide_configuration/direnv/
77
# for more details

examples/stacks/jekyll/.envrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33

44
eval "$(devbox generate direnv --print-envrc)"
55

6-
# check out https://www.jetpack.io/devbox/docs/ide_configuration/direnv/
6+
# check out https://www.jetify.com/devbox/docs/ide_configuration/direnv/
77
# for more details

plugins/nodejs.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "https://raw.githubusercontent.com/jetpack-io/devbox/main/.schema/devbox-plugin.schema.json",
2+
"$schema": "https://raw.githubusercontent.com/jetify-com/devbox/main/.schema/devbox-plugin.schema.json",
33
"version": "0.0.2",
44
"name": "nodejs",
55
"readme": "Devbox automatically configures Corepack for Nodejs when DEVBOX_COREPACK_ENABLED=1. You can install Yarn or Pnpm by adding them to your `package.json` file using `packageManager`\nCorepack binaries will be installed in your local `.devbox` directory",

0 commit comments

Comments
 (0)