Skip to content

Commit

Permalink
🤖🦾🛠️ scripts/asdf2devbox.py
Browse files Browse the repository at this point in the history
  • Loading branch information
silvestre committed May 21, 2024
1 parent db377f7 commit 99585f9
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 3 deletions.
2 changes: 1 addition & 1 deletion devbox.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
"[email protected]",
"[email protected]",
"[email protected]",
"google-cloud-sdk@latest",
"[email protected]",
"google-cloud-sdk@latest",
"temurin-bin-17@latest"
],
"shell": {
Expand Down
24 changes: 22 additions & 2 deletions devbox.lock
Original file line number Diff line number Diff line change
Expand Up @@ -483,6 +483,16 @@
"source": "devbox-search",
"version": "475.0.0",
"systems": {
"aarch64-darwin": {
"outputs": [
{
"name": "out",
"path": "/nix/store/in7z3zdbn8q6ldlnk71iizk7wph5d7wg-google-cloud-sdk-475.0.0",
"default": true
}
],
"store_path": "/nix/store/in7z3zdbn8q6ldlnk71iizk7wph5d7wg-google-cloud-sdk-475.0.0"
},
"aarch64-linux": {
"outputs": [
{
Expand All @@ -493,6 +503,16 @@
],
"store_path": "/nix/store/54nfb97icp62kd1q8vd11wlgnm59nbx2-google-cloud-sdk-475.0.0"
},
"x86_64-darwin": {
"outputs": [
{
"name": "out",
"path": "/nix/store/2liav3if8831hj5d76dm46g9pgg1cxgp-google-cloud-sdk-475.0.0",
"default": true
}
],
"store_path": "/nix/store/2liav3if8831hj5d76dm46g9pgg1cxgp-google-cloud-sdk-475.0.0"
},
"x86_64-linux": {
"outputs": [
{
Expand Down Expand Up @@ -1082,11 +1102,11 @@
"outputs": [
{
"name": "out",
"path": "/nix/store/b4r7prgcvyyw0w5kanrh5xs5khis0j2s-temurin-bin-17.0.9",
"path": "/nix/store/5wm01i1h0i2c4sknbh5mwkiv97k75f5n-temurin-bin-17.0.9",
"default": true
}
],
"store_path": "/nix/store/b4r7prgcvyyw0w5kanrh5xs5khis0j2s-temurin-bin-17.0.9"
"store_path": "/nix/store/5wm01i1h0i2c4sknbh5mwkiv97k75f5n-temurin-bin-17.0.9"
},
"aarch64-linux": {
"outputs": [
Expand Down

0 comments on commit 99585f9

Please sign in to comment.