Skip to content

Commit bf0c4fa

Browse files
committed
feat: Able to use watch command with devbox
useful when not already installed on host os
1 parent 882846e commit bf0c4fa

File tree

2 files changed

+16
-7
lines changed

2 files changed

+16
-7
lines changed

devbox.json

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"$schema": "https://raw.githubusercontent.com/jetify-com/devbox/0.10.7/.schema/devbox.schema.json",
33
"packages": [
4+
"act@latest",
45
"civo@latest",
56
"envsubst@latest",
67
"gh@latest",
7-
"go@latest",
88
"go-task@latest",
9-
"path:gcloud#google-cloud-sdk",
9+
"go@latest",
1010
"gum@latest",
1111
"jq@latest",
1212
"k9s@latest",
@@ -15,16 +15,17 @@
1515
"ko@latest",
1616
"kubectl@latest",
1717
"kubectx@latest",
18+
"kubent@latest",
1819
"kubernetes-helm@latest",
1920
"kustomize@latest",
20-
"oras@latest",
2121
"nodejs_20@latest",
22+
"oras@latest",
23+
"path:gcloud#google-cloud-sdk",
2224
"poetry@latest",
25+
"procps",
2326
"python312@latest",
2427
"tilt@latest",
25-
"yq-go@latest",
26-
"act@latest",
27-
"kubent@latest"
28+
"yq-go@latest"
2829
],
2930
"shell": {
3031
"init_hook": [

devbox.lock

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,10 @@
193193
}
194194
}
195195
},
196+
"github:NixOS/nixpkgs/nixpkgs-unstable": {
197+
"last_modified": "2025-05-01T00:57:16Z",
198+
"resolved": "github:NixOS/nixpkgs/3afd19146cac33ed242fc0fc87481c67c758a59e?lastModified=1746061036&narHash=sha256-OxYwCGJf9VJ2KnUO%2Bw%2FhVJVTjOgscdDg%2FlPv8Eus07Y%3D"
199+
},
196200
"go-task@latest": {
197201
"last_modified": "2024-05-17T18:08:26Z",
198202
"resolved": "github:NixOS/nixpkgs/0837fbf227364d79cbae8fff2378125526905cbe#go-task",
@@ -1115,9 +1119,13 @@
11151119
}
11161120
}
11171121
},
1122+
"procps": {
1123+
"resolved": "github:NixOS/nixpkgs/3afd19146cac33ed242fc0fc87481c67c758a59e?narHash=sha256-OxYwCGJf9VJ2KnUO%2Bw%2FhVJVTjOgscdDg%2FlPv8Eus07Y%3D#procps",
1124+
"source": "nixpkg"
1125+
},
11181126
"python312@latest": {
11191127
"last_modified": "2024-05-22T06:18:38Z",
1120-
"plugin_version": "0.0.3",
1128+
"plugin_version": "0.0.4",
11211129
"resolved": "github:NixOS/nixpkgs/3f316d2a50699a78afe5e77ca486ad553169061e#python312",
11221130
"source": "devbox-search",
11231131
"version": "3.12.3",

0 commit comments

Comments
 (0)