Skip to content

Commit

Permalink
add act to devbox config
Browse files Browse the repository at this point in the history
  • Loading branch information
sidpalas committed Jun 11, 2024
1 parent 74f3edd commit 7e0779c
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 1 deletion.
3 changes: 2 additions & 1 deletion devbox.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@
"poetry@latest",
"python312@latest",
"tilt@latest",
"yq-go@latest"
"yq-go@latest",
"act@latest"
],
"shell": {
"init_hook": ["echo 'Welcome to devbox!' > /dev/null"],
Expand Down
48 changes: 48 additions & 0 deletions devbox.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,54 @@
{
"lockfile_version": "1",
"packages": {
"act@latest": {
"last_modified": "2024-06-03T07:19:07Z",
"resolved": "github:NixOS/nixpkgs/4a4ecb0ab415c9fccfb005567a215e6a9564cdf5#act",
"source": "devbox-search",
"version": "0.2.63",
"systems": {
"aarch64-darwin": {
"outputs": [
{
"name": "out",
"path": "/nix/store/fhn4kf6qa88l2pl0n202b4mplyc5pcyf-act-0.2.63",
"default": true
}
],
"store_path": "/nix/store/fhn4kf6qa88l2pl0n202b4mplyc5pcyf-act-0.2.63"
},
"aarch64-linux": {
"outputs": [
{
"name": "out",
"path": "/nix/store/5pmgbyh36x428ivx8dg2rq3rvaicjb66-act-0.2.63",
"default": true
}
],
"store_path": "/nix/store/5pmgbyh36x428ivx8dg2rq3rvaicjb66-act-0.2.63"
},
"x86_64-darwin": {
"outputs": [
{
"name": "out",
"path": "/nix/store/iwjzs1r05xrdk4xsw6a2c33436s08x18-act-0.2.63",
"default": true
}
],
"store_path": "/nix/store/iwjzs1r05xrdk4xsw6a2c33436s08x18-act-0.2.63"
},
"x86_64-linux": {
"outputs": [
{
"name": "out",
"path": "/nix/store/4d5qhzbrwm9k9yxnwlkwjn8740mh2hlz-act-0.2.63",
"default": true
}
],
"store_path": "/nix/store/4d5qhzbrwm9k9yxnwlkwjn8740mh2hlz-act-0.2.63"
}
}
},
"civo@latest": {
"last_modified": "2024-05-17T18:08:26Z",
"resolved": "github:NixOS/nixpkgs/0837fbf227364d79cbae8fff2378125526905cbe#civo",
Expand Down

0 comments on commit 7e0779c

Please sign in to comment.