Skip to content

Commit

Permalink
🤖🦾🛠️ scripts/asdf2devbox.py
Browse files Browse the repository at this point in the history
  • Loading branch information
silvestre committed Aug 16, 2024
1 parent b5e7651 commit 8b393ff
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 2 deletions.
3 changes: 2 additions & 1 deletion devbox.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,9 @@
"yq-go": "4.44.2",
"postgresql": "latest",
"cloudfoundry-cli": "8.7.11",
"google-cloud-sdk": "latest",
"ginkgo": "2.20.0",
"google-cloud-sdk": "latest",
"temurin-bin-21": "latest",
"ruby": "latest"
},
"shell": {
Expand Down
49 changes: 48 additions & 1 deletion devbox.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1666,7 +1666,6 @@
},
"ruby@latest": {
"last_modified": "2024-07-31T08:48:38Z",
"plugin_version": "0.0.2",
"resolved": "github:NixOS/nixpkgs/c3392ad349a5227f4a3464dce87bcc5046692fce#ruby_3_3",
"source": "devbox-search",
"version": "3.3.4",
Expand Down Expand Up @@ -1929,6 +1928,54 @@
}
}
},
"temurin-bin-21@latest": {
"last_modified": "2024-07-31T08:48:38Z",
"resolved": "github:NixOS/nixpkgs/c3392ad349a5227f4a3464dce87bcc5046692fce#temurin-bin-21",
"source": "devbox-search",
"version": "21.0.3",
"systems": {
"aarch64-darwin": {
"outputs": [
{
"name": "out",
"path": "/nix/store/an74vw8d3n04g223h5rs6nn8rv5a2pdm-temurin-bin-21.0.3",
"default": true
}
],
"store_path": "/nix/store/an74vw8d3n04g223h5rs6nn8rv5a2pdm-temurin-bin-21.0.3"
},
"aarch64-linux": {
"outputs": [
{
"name": "out",
"path": "/nix/store/kn70i47biavh790xrsym6hv3qq6w1kv5-temurin-bin-21.0.3",
"default": true
}
],
"store_path": "/nix/store/kn70i47biavh790xrsym6hv3qq6w1kv5-temurin-bin-21.0.3"
},
"x86_64-darwin": {
"outputs": [
{
"name": "out",
"path": "/nix/store/qlcv8f0dqfxmdqkd7bi1y1n1vfplbk8l-temurin-bin-21.0.3",
"default": true
}
],
"store_path": "/nix/store/qlcv8f0dqfxmdqkd7bi1y1n1vfplbk8l-temurin-bin-21.0.3"
},
"x86_64-linux": {
"outputs": [
{
"name": "out",
"path": "/nix/store/xnkkwdy3pgfpgh061njl2hrrq2bm0xl2-temurin-bin-21.0.3",
"default": true
}
],
"store_path": "/nix/store/xnkkwdy3pgfpgh061njl2hrrq2bm0xl2-temurin-bin-21.0.3"
}
}
},
"which@latest": {
"last_modified": "2024-07-07T07:43:47Z",
"resolved": "github:NixOS/nixpkgs/b60793b86201040d9dee019a05089a9150d08b5b#which",
Expand Down

0 comments on commit 8b393ff

Please sign in to comment.