Skip to content

Commit

Permalink
devbox commit
Browse files Browse the repository at this point in the history
  • Loading branch information
wardnath committed Oct 27, 2024
1 parent e9d94f6 commit b8ba2c9
Show file tree
Hide file tree
Showing 2 changed files with 66 additions and 1 deletion.
3 changes: 2 additions & 1 deletion devbox.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@
"ollama@latest",
"sqlite@latest",
"ejson@latest",
"ejson2env@latest"
"ejson2env@latest",
"gorilla-cli@latest"
],
"env": {
"DEVBOX_GLOBAL_PREFIX": "$HOME/.local/share/devbox/global/default/.devbox/nix/profile/default",
Expand Down
64 changes: 64 additions & 0 deletions devbox.lock
Original file line number Diff line number Diff line change
Expand Up @@ -929,6 +929,70 @@
}
}
},
"gorilla-cli@latest": {
"last_modified": "2024-10-13T23:44:06Z",
"resolved": "github:NixOS/nixpkgs/d4f247e89f6e10120f911e2e2d2254a050d0f732#gorilla-cli",
"source": "devbox-search",
"version": "0.0.9",
"systems": {
"aarch64-darwin": {
"outputs": [
{
"name": "out",
"path": "/nix/store/1c54nppwf3jkmf8syypwzhnm2x9vdqmg-gorilla-cli-0.0.9",
"default": true
},
{
"name": "dist",
"path": "/nix/store/6i90mcxmq67ky1094nq3nra4q8r10ss7-gorilla-cli-0.0.9-dist"
}
],
"store_path": "/nix/store/1c54nppwf3jkmf8syypwzhnm2x9vdqmg-gorilla-cli-0.0.9"
},
"aarch64-linux": {
"outputs": [
{
"name": "out",
"path": "/nix/store/aywlw8bbn334zdacmdsirhksrykkaxs8-gorilla-cli-0.0.9",
"default": true
},
{
"name": "dist",
"path": "/nix/store/6n7gy8nmlbfg8gjlq03wkdpzymywj7r5-gorilla-cli-0.0.9-dist"
}
],
"store_path": "/nix/store/aywlw8bbn334zdacmdsirhksrykkaxs8-gorilla-cli-0.0.9"
},
"x86_64-darwin": {
"outputs": [
{
"name": "out",
"path": "/nix/store/i97whmwqw1kvlpvz6zl2iz57wkw1xndx-gorilla-cli-0.0.9",
"default": true
},
{
"name": "dist",
"path": "/nix/store/5cs0jlg68ccqfpf045rlz29iw9frnh2k-gorilla-cli-0.0.9-dist"
}
],
"store_path": "/nix/store/i97whmwqw1kvlpvz6zl2iz57wkw1xndx-gorilla-cli-0.0.9"
},
"x86_64-linux": {
"outputs": [
{
"name": "out",
"path": "/nix/store/jzgkcnayfp4aba9my7n55crpj0cjm7pj-gorilla-cli-0.0.9",
"default": true
},
{
"name": "dist",
"path": "/nix/store/l9pm9qbkzx1dkh1smzzc7qhd1g88h51d-gorilla-cli-0.0.9-dist"
}
],
"store_path": "/nix/store/jzgkcnayfp4aba9my7n55crpj0cjm7pj-gorilla-cli-0.0.9"
}
}
},
"gotop@latest": {
"last_modified": "2024-09-10T15:01:03Z",
"resolved": "github:NixOS/nixpkgs/5ed627539ac84809c78b2dd6d26a5cebeb5ae269#gotop",
Expand Down

0 comments on commit b8ba2c9

Please sign in to comment.