Skip to content

Commit 7e0779c

Browse files
committed
add act to devbox config
1 parent 74f3edd commit 7e0779c

File tree

2 files changed

+50
-1
lines changed

2 files changed

+50
-1
lines changed

devbox.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@
2222
"poetry@latest",
2323
"python312@latest",
2424
"tilt@latest",
25-
"yq-go@latest"
25+
"yq-go@latest",
26+
"act@latest"
2627
],
2728
"shell": {
2829
"init_hook": ["echo 'Welcome to devbox!' > /dev/null"],

devbox.lock

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,54 @@
11
{
22
"lockfile_version": "1",
33
"packages": {
4+
"act@latest": {
5+
"last_modified": "2024-06-03T07:19:07Z",
6+
"resolved": "github:NixOS/nixpkgs/4a4ecb0ab415c9fccfb005567a215e6a9564cdf5#act",
7+
"source": "devbox-search",
8+
"version": "0.2.63",
9+
"systems": {
10+
"aarch64-darwin": {
11+
"outputs": [
12+
{
13+
"name": "out",
14+
"path": "/nix/store/fhn4kf6qa88l2pl0n202b4mplyc5pcyf-act-0.2.63",
15+
"default": true
16+
}
17+
],
18+
"store_path": "/nix/store/fhn4kf6qa88l2pl0n202b4mplyc5pcyf-act-0.2.63"
19+
},
20+
"aarch64-linux": {
21+
"outputs": [
22+
{
23+
"name": "out",
24+
"path": "/nix/store/5pmgbyh36x428ivx8dg2rq3rvaicjb66-act-0.2.63",
25+
"default": true
26+
}
27+
],
28+
"store_path": "/nix/store/5pmgbyh36x428ivx8dg2rq3rvaicjb66-act-0.2.63"
29+
},
30+
"x86_64-darwin": {
31+
"outputs": [
32+
{
33+
"name": "out",
34+
"path": "/nix/store/iwjzs1r05xrdk4xsw6a2c33436s08x18-act-0.2.63",
35+
"default": true
36+
}
37+
],
38+
"store_path": "/nix/store/iwjzs1r05xrdk4xsw6a2c33436s08x18-act-0.2.63"
39+
},
40+
"x86_64-linux": {
41+
"outputs": [
42+
{
43+
"name": "out",
44+
"path": "/nix/store/4d5qhzbrwm9k9yxnwlkwjn8740mh2hlz-act-0.2.63",
45+
"default": true
46+
}
47+
],
48+
"store_path": "/nix/store/4d5qhzbrwm9k9yxnwlkwjn8740mh2hlz-act-0.2.63"
49+
}
50+
}
51+
},
452
"civo@latest": {
553
"last_modified": "2024-05-17T18:08:26Z",
654
"resolved": "github:NixOS/nixpkgs/0837fbf227364d79cbae8fff2378125526905cbe#civo",

0 commit comments

Comments
 (0)