Skip to content

Commit 3b7ac4d

Browse files
committed
Put kind in devbox for CI
1 parent d88ae12 commit 3b7ac4d

File tree

2 files changed

+49
-0
lines changed

2 files changed

+49
-0
lines changed

devbox.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
"gh": "latest",
2828
"addlicense": "latest",
2929
"fd": "latest",
30+
"kind": "latest",
3031
"apple-sdk_12": {
3132
"version": "latest",
3233
"platforms": ["aarch64-darwin", "x86_64-darwin"]

devbox.lock

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -961,6 +961,54 @@
961961
}
962962
}
963963
},
964+
"kind@latest": {
965+
"last_modified": "2025-10-22T20:59:19Z",
966+
"resolved": "github:NixOS/nixpkgs/01b6809f7f9d1183a2b3e081f0a1e6f8f415cb09#kind",
967+
"source": "devbox-search",
968+
"version": "0.30.0",
969+
"systems": {
970+
"aarch64-darwin": {
971+
"outputs": [
972+
{
973+
"name": "out",
974+
"path": "/nix/store/0jqqgl8vg7ppk70zgagfbv7maydcz2r4-kind-0.30.0",
975+
"default": true
976+
}
977+
],
978+
"store_path": "/nix/store/0jqqgl8vg7ppk70zgagfbv7maydcz2r4-kind-0.30.0"
979+
},
980+
"aarch64-linux": {
981+
"outputs": [
982+
{
983+
"name": "out",
984+
"path": "/nix/store/4fh21i34gifqz12d2kbk2r14xyh4m885-kind-0.30.0",
985+
"default": true
986+
}
987+
],
988+
"store_path": "/nix/store/4fh21i34gifqz12d2kbk2r14xyh4m885-kind-0.30.0"
989+
},
990+
"x86_64-darwin": {
991+
"outputs": [
992+
{
993+
"name": "out",
994+
"path": "/nix/store/ip0ba3b4dgp7b6bivdshf1x668hh72cc-kind-0.30.0",
995+
"default": true
996+
}
997+
],
998+
"store_path": "/nix/store/ip0ba3b4dgp7b6bivdshf1x668hh72cc-kind-0.30.0"
999+
},
1000+
"x86_64-linux": {
1001+
"outputs": [
1002+
{
1003+
"name": "out",
1004+
"path": "/nix/store/wrznv97xc63ijk541f95zyzn09s6qlzy-kind-0.30.0",
1005+
"default": true
1006+
}
1007+
],
1008+
"store_path": "/nix/store/wrznv97xc63ijk541f95zyzn09s6qlzy-kind-0.30.0"
1009+
}
1010+
}
1011+
},
9641012
"kubebuilder@4.1.1": {
9651013
"last_modified": "2024-08-31T10:12:23Z",
9661014
"resolved": "github:NixOS/nixpkgs/5629520edecb69630a3f4d17d3d33fc96c13f6fe#kubebuilder",

0 commit comments

Comments
 (0)