Skip to content

Commit db56675

Browse files
authored
[easy] run devbox update to add system-info and store-paths to devbox.lock (#1460)
## Summary ``` ran `devbox update` ``` ## How was it tested? tests should pass
1 parent 8b1e2e3 commit db56675

File tree

1 file changed

+30
-2
lines changed

1 file changed

+30
-2
lines changed

devbox.lock

Lines changed: 30 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,40 @@
55
"last_modified": "2023-08-22T06:04:29Z",
66
"resolved": "github:NixOS/nixpkgs/9d757ec498666cc1dcc6f2be26db4fd3e1e9ab37#go_1_21",
77
"source": "devbox-search",
8-
"version": "1.21.0"
8+
"version": "1.21.0",
9+
"systems": {
10+
"aarch64-darwin": {
11+
"store_path": "/nix/store/514c3a80sy6x3wkn2090jq092iiim1qb-go-1.21.0"
12+
},
13+
"aarch64-linux": {
14+
"store_path": "/nix/store/jkah9hq2h449z91875adffnl1rgqc3k6-go-1.21.0"
15+
},
16+
"x86_64-darwin": {
17+
"store_path": "/nix/store/qzh25axsx4s5bpg2cphacvi2pwgd3kvr-go-1.21.0"
18+
},
19+
"x86_64-linux": {
20+
"store_path": "/nix/store/cjnzd6nl32qjxfpk9xz6mqywilz1qr2k-go-1.21.0"
21+
}
22+
}
923
},
1024
1125
"last_modified": "2023-05-01T16:53:22Z",
1226
"resolved": "github:NixOS/nixpkgs/8670e496ffd093b60e74e7fa53526aa5920d09eb#golangci-lint",
13-
"version": "1.52.2"
27+
"version": "1.52.2",
28+
"systems": {
29+
"aarch64-darwin": {
30+
"store_path": "/nix/store/x2l9ljvl5fzffc7vggjk5yksrka9yra4-golangci-lint-1.52.2"
31+
},
32+
"aarch64-linux": {
33+
"store_path": "/nix/store/k905aab7fj7dvf2hhsbb3mmizk052ad7-golangci-lint-1.52.2"
34+
},
35+
"x86_64-darwin": {
36+
"store_path": "/nix/store/imxj7162whh9d56zpk1lzs1b3iw6wzp3-golangci-lint-1.52.2"
37+
},
38+
"x86_64-linux": {
39+
"store_path": "/nix/store/nfhrynpdjd5yamz5snv2c377v1j9jdmx-golangci-lint-1.52.2"
40+
}
41+
}
1442
}
1543
}
1644
}

0 commit comments

Comments
 (0)