From ade41c0e813ef7547e18a3400d7cc383d7787180 Mon Sep 17 00:00:00 2001 From: "jose.vazquez" Date: Thu, 6 Nov 2025 14:45:32 +0100 Subject: [PATCH] Put kind in devbox for CI --- devbox.json | 5 +++-- devbox.lock | 48 ++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 51 insertions(+), 2 deletions(-) diff --git a/devbox.json b/devbox.json index 29275720fe..5c1d1251ad 100644 --- a/devbox.json +++ b/devbox.json @@ -27,11 +27,12 @@ "gh": "latest", "addlicense": "latest", "fd": "latest", + "go-licenses": "1.6.0", + "kind": "latest", "apple-sdk_12": { "version": "latest", "platforms": ["aarch64-darwin", "x86_64-darwin"] }, - "path:./flakes/go": {}, - "go-licenses": "1.6.0" + "path:./flakes/go": {} } } diff --git a/devbox.lock b/devbox.lock index 1b27037e33..0ecc7f3df7 100644 --- a/devbox.lock +++ b/devbox.lock @@ -1009,6 +1009,54 @@ } } }, + "kind@latest": { + "last_modified": "2025-10-22T20:59:19Z", + "resolved": "github:NixOS/nixpkgs/01b6809f7f9d1183a2b3e081f0a1e6f8f415cb09#kind", + "source": "devbox-search", + "version": "0.30.0", + "systems": { + "aarch64-darwin": { + "outputs": [ + { + "name": "out", + "path": "/nix/store/0jqqgl8vg7ppk70zgagfbv7maydcz2r4-kind-0.30.0", + "default": true + } + ], + "store_path": "/nix/store/0jqqgl8vg7ppk70zgagfbv7maydcz2r4-kind-0.30.0" + }, + "aarch64-linux": { + "outputs": [ + { + "name": "out", + "path": "/nix/store/4fh21i34gifqz12d2kbk2r14xyh4m885-kind-0.30.0", + "default": true + } + ], + "store_path": "/nix/store/4fh21i34gifqz12d2kbk2r14xyh4m885-kind-0.30.0" + }, + "x86_64-darwin": { + "outputs": [ + { + "name": "out", + "path": "/nix/store/ip0ba3b4dgp7b6bivdshf1x668hh72cc-kind-0.30.0", + "default": true + } + ], + "store_path": "/nix/store/ip0ba3b4dgp7b6bivdshf1x668hh72cc-kind-0.30.0" + }, + "x86_64-linux": { + "outputs": [ + { + "name": "out", + "path": "/nix/store/wrznv97xc63ijk541f95zyzn09s6qlzy-kind-0.30.0", + "default": true + } + ], + "store_path": "/nix/store/wrznv97xc63ijk541f95zyzn09s6qlzy-kind-0.30.0" + } + } + }, "kubebuilder@4.1.1": { "last_modified": "2024-08-31T10:12:23Z", "resolved": "github:NixOS/nixpkgs/5629520edecb69630a3f4d17d3d33fc96c13f6fe#kubebuilder",