Skip to content

Commit 13232a2

Browse files
committed
ci: add svu
1 parent ad8e7ae commit 13232a2

File tree

2 files changed

+52
-4
lines changed

2 files changed

+52
-4
lines changed

devbox.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"$schema": "https://raw.githubusercontent.com/jetify-com/devbox/0.14.0/.schema/devbox.schema.json",
33
"packages": {
4-
"go": "1.22.6",
5-
"gopls": "latest",
6-
"golangci-lint": "latest"
4+
"go": "1.22.6",
5+
"gopls": "latest",
6+
"golangci-lint": "latest",
7+
"svu": "latest"
78
},
89
"shell": {
910
"scripts": {
1011
"test": ["echo \"Error: no test specified\" && exit 1"]
1112
}
1213
}
1314
}
14-

devbox.lock

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,54 @@
147147
"store_path": "/nix/store/2w4s5abaqwm45wkkwwf15yyw5dcrqs7m-gopls-0.18.1"
148148
}
149149
}
150+
},
151+
"svu@latest": {
152+
"last_modified": "2025-04-17T05:47:26Z",
153+
"resolved": "github:NixOS/nixpkgs/ebe4301cbd8f81c4f8d3244b3632338bbeb6d49c#svu",
154+
"source": "devbox-search",
155+
"version": "3.2.3",
156+
"systems": {
157+
"aarch64-darwin": {
158+
"outputs": [
159+
{
160+
"name": "out",
161+
"path": "/nix/store/djfi0c8vvpsfssadwls6y55zyhkif58c-svu-3.2.3",
162+
"default": true
163+
}
164+
],
165+
"store_path": "/nix/store/djfi0c8vvpsfssadwls6y55zyhkif58c-svu-3.2.3"
166+
},
167+
"aarch64-linux": {
168+
"outputs": [
169+
{
170+
"name": "out",
171+
"path": "/nix/store/2jy02ldq76r8r3slbcc1cb1dbxahraxr-svu-3.2.3",
172+
"default": true
173+
}
174+
],
175+
"store_path": "/nix/store/2jy02ldq76r8r3slbcc1cb1dbxahraxr-svu-3.2.3"
176+
},
177+
"x86_64-darwin": {
178+
"outputs": [
179+
{
180+
"name": "out",
181+
"path": "/nix/store/jx3ilvqwkcjmfh9kccyx1rbm06lgfa00-svu-3.2.3",
182+
"default": true
183+
}
184+
],
185+
"store_path": "/nix/store/jx3ilvqwkcjmfh9kccyx1rbm06lgfa00-svu-3.2.3"
186+
},
187+
"x86_64-linux": {
188+
"outputs": [
189+
{
190+
"name": "out",
191+
"path": "/nix/store/vmdd4wxfbgp9xiv6icyzsxi36f4i31j8-svu-3.2.3",
192+
"default": true
193+
}
194+
],
195+
"store_path": "/nix/store/vmdd4wxfbgp9xiv6icyzsxi36f4i31j8-svu-3.2.3"
196+
}
197+
}
150198
}
151199
}
152200
}

0 commit comments

Comments
 (0)