Skip to content

Commit ade41c0

Browse files
committed
Put kind in devbox for CI
1 parent 3a2a9d4 commit ade41c0

File tree

2 files changed

+51
-2
lines changed

2 files changed

+51
-2
lines changed

devbox.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,12 @@
2727
"gh": "latest",
2828
"addlicense": "latest",
2929
"fd": "latest",
30+
"go-licenses": "1.6.0",
31+
"kind": "latest",
3032
"apple-sdk_12": {
3133
"version": "latest",
3234
"platforms": ["aarch64-darwin", "x86_64-darwin"]
3335
},
34-
"path:./flakes/go": {},
35-
"go-licenses": "1.6.0"
36+
"path:./flakes/go": {}
3637
}
3738
}

devbox.lock

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1009,6 +1009,54 @@
10091009
}
10101010
}
10111011
},
1012+
"kind@latest": {
1013+
"last_modified": "2025-10-22T20:59:19Z",
1014+
"resolved": "github:NixOS/nixpkgs/01b6809f7f9d1183a2b3e081f0a1e6f8f415cb09#kind",
1015+
"source": "devbox-search",
1016+
"version": "0.30.0",
1017+
"systems": {
1018+
"aarch64-darwin": {
1019+
"outputs": [
1020+
{
1021+
"name": "out",
1022+
"path": "/nix/store/0jqqgl8vg7ppk70zgagfbv7maydcz2r4-kind-0.30.0",
1023+
"default": true
1024+
}
1025+
],
1026+
"store_path": "/nix/store/0jqqgl8vg7ppk70zgagfbv7maydcz2r4-kind-0.30.0"
1027+
},
1028+
"aarch64-linux": {
1029+
"outputs": [
1030+
{
1031+
"name": "out",
1032+
"path": "/nix/store/4fh21i34gifqz12d2kbk2r14xyh4m885-kind-0.30.0",
1033+
"default": true
1034+
}
1035+
],
1036+
"store_path": "/nix/store/4fh21i34gifqz12d2kbk2r14xyh4m885-kind-0.30.0"
1037+
},
1038+
"x86_64-darwin": {
1039+
"outputs": [
1040+
{
1041+
"name": "out",
1042+
"path": "/nix/store/ip0ba3b4dgp7b6bivdshf1x668hh72cc-kind-0.30.0",
1043+
"default": true
1044+
}
1045+
],
1046+
"store_path": "/nix/store/ip0ba3b4dgp7b6bivdshf1x668hh72cc-kind-0.30.0"
1047+
},
1048+
"x86_64-linux": {
1049+
"outputs": [
1050+
{
1051+
"name": "out",
1052+
"path": "/nix/store/wrznv97xc63ijk541f95zyzn09s6qlzy-kind-0.30.0",
1053+
"default": true
1054+
}
1055+
],
1056+
"store_path": "/nix/store/wrznv97xc63ijk541f95zyzn09s6qlzy-kind-0.30.0"
1057+
}
1058+
}
1059+
},
10121060
"kubebuilder@4.1.1": {
10131061
"last_modified": "2024-08-31T10:12:23Z",
10141062
"resolved": "github:NixOS/nixpkgs/5629520edecb69630a3f4d17d3d33fc96c13f6fe#kubebuilder",

0 commit comments

Comments
 (0)