Skip to content

Commit 1260928

Browse files
committed
fixup! build: Add aws-iam-authenticator
1 parent 56a3f5b commit 1260928

File tree

2 files changed

+50
-1
lines changed

2 files changed

+50
-1
lines changed

devbox.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@
3737
"path:./hack/flakes#clusterctl-aws",
3838
"path:./hack/flakes#goprintconst",
3939
"path:./hack/flakes#helm-with-plugins",
40-
"path:./hack/flakes#release-please"
40+
"path:./hack/flakes#release-please",
41+
"aws-iam-authenticator@latest"
4142
],
4243
"shell": {
4344
"scripts": {

devbox.lock

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,54 @@
4949
}
5050
}
5151
},
52+
"aws-iam-authenticator@latest": {
53+
"last_modified": "2025-08-02T08:13:18Z",
54+
"resolved": "github:NixOS/nixpkgs/c02d05bcf73fb496c604798c2268ed424a09e73e#aws-iam-authenticator",
55+
"source": "devbox-search",
56+
"version": "0.7.5",
57+
"systems": {
58+
"aarch64-darwin": {
59+
"outputs": [
60+
{
61+
"name": "out",
62+
"path": "/nix/store/z9wbarpnj6gkp5kqny48vg2fy9vk757s-aws-iam-authenticator-0.7.5",
63+
"default": true
64+
}
65+
],
66+
"store_path": "/nix/store/z9wbarpnj6gkp5kqny48vg2fy9vk757s-aws-iam-authenticator-0.7.5"
67+
},
68+
"aarch64-linux": {
69+
"outputs": [
70+
{
71+
"name": "out",
72+
"path": "/nix/store/0pf34s8z43mqc9hi98kljra376y2rh0s-aws-iam-authenticator-0.7.5",
73+
"default": true
74+
}
75+
],
76+
"store_path": "/nix/store/0pf34s8z43mqc9hi98kljra376y2rh0s-aws-iam-authenticator-0.7.5"
77+
},
78+
"x86_64-darwin": {
79+
"outputs": [
80+
{
81+
"name": "out",
82+
"path": "/nix/store/07639nsd35gy4d7gbzgywn1kab52jdyr-aws-iam-authenticator-0.7.5",
83+
"default": true
84+
}
85+
],
86+
"store_path": "/nix/store/07639nsd35gy4d7gbzgywn1kab52jdyr-aws-iam-authenticator-0.7.5"
87+
},
88+
"x86_64-linux": {
89+
"outputs": [
90+
{
91+
"name": "out",
92+
"path": "/nix/store/cnpdb16wvd0qx2x6smi6v9v1c2c8wlmb-aws-iam-authenticator-0.7.5",
93+
"default": true
94+
}
95+
],
96+
"store_path": "/nix/store/cnpdb16wvd0qx2x6smi6v9v1c2c8wlmb-aws-iam-authenticator-0.7.5"
97+
}
98+
}
99+
},
52100
"chart-testing@latest": {
53101
"last_modified": "2025-07-13T22:45:35Z",
54102
"resolved": "github:NixOS/nixpkgs/a421ac6595024edcfbb1ef950a3712b89161c359#chart-testing",

0 commit comments

Comments
 (0)