From 8b393ffc08c67e1d877e18d9151c9cb917b53f8c Mon Sep 17 00:00:00 2001 From: Silvestre Zabala Date: Fri, 16 Aug 2024 12:57:55 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=96=F0=9F=A6=BE=F0=9F=9B=A0=EF=B8=8F?= =?UTF-8?q?=20scripts/asdf2devbox.py?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- devbox.json | 3 ++- devbox.lock | 49 ++++++++++++++++++++++++++++++++++++++++++++++++- 2 files changed, 50 insertions(+), 2 deletions(-) diff --git a/devbox.json b/devbox.json index 1a543f759f..6097eb7e62 100644 --- a/devbox.json +++ b/devbox.json @@ -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": { diff --git a/devbox.lock b/devbox.lock index a8bb2aca0c..c454e4f222 100644 --- a/devbox.lock +++ b/devbox.lock @@ -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", @@ -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",