Skip to content

Commit 31a70b2

Browse files
authored
[rm nixpkgs] enable feature flag (assuming tests pass) (#1443)
## Summary We can now update all the examples, and run the tests! Assuming this passes, I think we can enable the feature. Still feel it should not go in this week's release, but in the next one so we can dog food it internally. ## How was it tested? ran `devbox run update-examples`. testscripts should pass
1 parent 9e85678 commit 31a70b2

File tree

7 files changed

+214
-72
lines changed

7 files changed

+214
-72
lines changed

examples/development/haskell/devbox.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -69,16 +69,16 @@
6969
"version": "0.35.2",
7070
"systems": {
7171
"aarch64-darwin": {
72-
"store_path": "/nix/store/b7snhj7r0fh1sl71cw93pbhissln6k9x-hpack-0.35.2"
72+
"store_path": "/nix/store/6ylyxmdn3lrwl7n7y6vk7v299y6z300x-hpack-0.35.2"
7373
},
7474
"aarch64-linux": {
75-
"store_path": "/nix/store/chm820695sg2cgaydmdz2a4mfpf3xhin-hpack-0.35.2"
75+
"store_path": "/nix/store/0mgvagl5gxr9ysj4jhsx18bwcrc2gi66-hpack-0.35.2"
7676
},
7777
"x86_64-darwin": {
78-
"store_path": "/nix/store/9376qjb2q0ivhgbgjagbdwgw1y3ap1j1-hpack-0.35.2"
78+
"store_path": "/nix/store/b73gqiazqa5inkhipyxgdjh3qigrxkyf-hpack-0.35.2"
7979
},
8080
"x86_64-linux": {
81-
"store_path": "/nix/store/hm6h9vfhbg28vxphldz2czmr2iygz2bw-hpack-0.35.2"
81+
"store_path": "/nix/store/sznqrslv0pz65iw9dy0d3hsmx06x7ssq-hpack-0.35.2"
8282
}
8383
}
8484
},
@@ -89,16 +89,16 @@
8989
"version": "2.11.1",
9090
"systems": {
9191
"aarch64-darwin": {
92-
"store_path": "/nix/store/vnrlr792q350sh9vdd9za6dd41d4iizg-stack-2.11.1"
92+
"store_path": "/nix/store/vz1wlayssq6z458r4jczkiiq80nsfbas-stack-2.11.1"
9393
},
9494
"aarch64-linux": {
95-
"store_path": "/nix/store/8xqxnhjq9x1cnbq5gmlx9c0sqzvnnf8y-stack-2.11.1"
95+
"store_path": "/nix/store/7qkb9miw989md68q634vpcsl823k5wqk-stack-2.11.1"
9696
},
9797
"x86_64-darwin": {
98-
"store_path": "/nix/store/2nb8nvaydd6sv7cnb1yvyf31l8zwipmi-stack-2.11.1"
98+
"store_path": "/nix/store/cv10967y0d15k38s1nvalbc0vx3z8pxk-stack-2.11.1"
9999
},
100100
"x86_64-linux": {
101-
"store_path": "/nix/store/57zyr8q733kksfd82f9fqlnl28s3c48m-stack-2.11.1"
101+
"store_path": "/nix/store/spkhqqdys80940kqmxsva47wmh1ji1jq-stack-2.11.1"
102102
}
103103
}
104104
},

examples/development/php/php8.1/devbox.lock

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@
1010
"store_path": "/nix/store/3n0837726vzr2yn5lfl0p42sxz7qdgiv-php-imagick-3.7.0"
1111
},
1212
"aarch64-linux": {
13-
"store_path": "/nix/store/9llz7ih1agz0ch2qhyawv0islbjdl266-php-imagick-3.7.0"
13+
"store_path": "/nix/store/63zmyraak7xw6vw6jmk1k4q6b34g0brr-php-imagick-3.7.0"
1414
},
1515
"x86_64-darwin": {
1616
"store_path": "/nix/store/kmqym77xc1f7mk3k3xl48vc0dikgj9pj-php-imagick-3.7.0"
1717
},
1818
"x86_64-linux": {
19-
"store_path": "/nix/store/a165li19iqbf0rzb195hq1ffhjmhg2my-php-imagick-3.7.0"
19+
"store_path": "/nix/store/wd1fbk4aydqpxmajy2qvp0c4qicxkc6s-php-imagick-3.7.0"
2020
}
2121
}
2222
},
@@ -36,7 +36,7 @@
3636
"store_path": "/nix/store/v4i2qbb7aivj3x4i7ipjg1vnfdc3ynvw-php-xdebug-3.2.2"
3737
},
3838
"x86_64-linux": {
39-
"store_path": "/nix/store/vb8vyyjzjx5c0d71n1bqds19yncdwb1z-php-xdebug-3.2.2"
39+
"store_path": "/nix/store/q6gp1rn2p6319l8rbwk0arvbbi8kx6bg-php-xdebug-3.2.2"
4040
}
4141
}
4242
},
@@ -50,34 +50,34 @@
5050
"store_path": "/nix/store/7hxmkxa9bmaplyy1ixl0yxv3j0qvxvc3-php-composer-2.5.8"
5151
},
5252
"aarch64-linux": {
53-
"store_path": "/nix/store/r9jy712s0bnjv6i8qxwrnm099im9ypir-php-composer-2.5.8"
53+
"store_path": "/nix/store/vwrbpz9wr7blr7alx0fl3x79ym3jbdqa-php-composer-2.5.8"
5454
},
5555
"x86_64-darwin": {
5656
"store_path": "/nix/store/fjy357jpj9q2bfahsgnak4mrh8y07izw-php-composer-2.5.8"
5757
},
5858
"x86_64-linux": {
59-
"store_path": "/nix/store/awwdg6ysllx23j7brikl7wxwaglkyr0i-php-composer-2.5.8"
59+
"store_path": "/nix/store/6w2vrfjdwhr3mj1magr2rmbycln379f8-php-composer-2.5.8"
6060
}
6161
}
6262
},
6363
64-
"last_modified": "2023-08-30T00:25:28Z",
64+
"last_modified": "2023-09-04T16:24:30Z",
6565
"plugin_version": "0.0.2",
66-
"resolved": "github:NixOS/nixpkgs/a63a64b593dcf2fe05f7c5d666eb395950f36bc9#php81",
66+
"resolved": "github:NixOS/nixpkgs/3c15feef7770eb5500a4b8792623e2d6f598c9c1#php81",
6767
"source": "devbox-search",
68-
"version": "8.1.22",
68+
"version": "8.1.23",
6969
"systems": {
7070
"aarch64-darwin": {
71-
"store_path": "/nix/store/24facqh0lqq9swy51xyvc763jvlwnylb-php-with-extensions-8.1.22"
71+
"store_path": "/nix/store/lb1kvhs6brfphpmxa36kn9fki89ijx7f-php-with-extensions-8.1.23"
7272
},
7373
"aarch64-linux": {
74-
"store_path": "/nix/store/ic9rcrsfx0d9w84iz5sahin898zzkf0v-php-with-extensions-8.1.22"
74+
"store_path": "/nix/store/2f935v7hg56faxdp0myam0v8ppdidrd1-php-with-extensions-8.1.23"
7575
},
7676
"x86_64-darwin": {
77-
"store_path": "/nix/store/651lzjnchj12ngdf4hzldb71grbzzvhk-php-with-extensions-8.1.22"
77+
"store_path": "/nix/store/v5fdxi8pasc8mxacmg76q9qzqpsr04w6-php-with-extensions-8.1.23"
7878
},
7979
"x86_64-linux": {
80-
"store_path": "/nix/store/14icl7q3qwkcjl80a50bl06n8wn3yk1i-php-with-extensions-8.1.22"
80+
"store_path": "/nix/store/ky5w9izkk4yyhni3nh31nicmcfch5ndz-php-with-extensions-8.1.23"
8181
}
8282
}
8383
}

examples/stacks/drupal/devbox.lock

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
},
4545
"nginx@latest": {
4646
"last_modified": "2023-05-01T16:53:22Z",
47-
"plugin_version": "0.0.2",
47+
"plugin_version": "0.0.3",
4848
"resolved": "github:NixOS/nixpkgs/8670e496ffd093b60e74e7fa53526aa5920d09eb#nginx",
4949
"version": "1.24.0",
5050
"systems": {
@@ -72,34 +72,34 @@
7272
"store_path": "/nix/store/7hxmkxa9bmaplyy1ixl0yxv3j0qvxvc3-php-composer-2.5.8"
7373
},
7474
"aarch64-linux": {
75-
"store_path": "/nix/store/r9jy712s0bnjv6i8qxwrnm099im9ypir-php-composer-2.5.8"
75+
"store_path": "/nix/store/vwrbpz9wr7blr7alx0fl3x79ym3jbdqa-php-composer-2.5.8"
7676
},
7777
"x86_64-darwin": {
7878
"store_path": "/nix/store/fjy357jpj9q2bfahsgnak4mrh8y07izw-php-composer-2.5.8"
7979
},
8080
"x86_64-linux": {
81-
"store_path": "/nix/store/awwdg6ysllx23j7brikl7wxwaglkyr0i-php-composer-2.5.8"
81+
"store_path": "/nix/store/6w2vrfjdwhr3mj1magr2rmbycln379f8-php-composer-2.5.8"
8282
}
8383
}
8484
},
8585
86-
"last_modified": "2023-08-30T00:25:28Z",
86+
"last_modified": "2023-09-04T16:24:30Z",
8787
"plugin_version": "0.0.2",
88-
"resolved": "github:NixOS/nixpkgs/a63a64b593dcf2fe05f7c5d666eb395950f36bc9#php81",
88+
"resolved": "github:NixOS/nixpkgs/3c15feef7770eb5500a4b8792623e2d6f598c9c1#php81",
8989
"source": "devbox-search",
90-
"version": "8.1.22",
90+
"version": "8.1.23",
9191
"systems": {
9292
"aarch64-darwin": {
93-
"store_path": "/nix/store/24facqh0lqq9swy51xyvc763jvlwnylb-php-with-extensions-8.1.22"
93+
"store_path": "/nix/store/lb1kvhs6brfphpmxa36kn9fki89ijx7f-php-with-extensions-8.1.23"
9494
},
9595
"aarch64-linux": {
96-
"store_path": "/nix/store/ic9rcrsfx0d9w84iz5sahin898zzkf0v-php-with-extensions-8.1.22"
96+
"store_path": "/nix/store/2f935v7hg56faxdp0myam0v8ppdidrd1-php-with-extensions-8.1.23"
9797
},
9898
"x86_64-darwin": {
99-
"store_path": "/nix/store/651lzjnchj12ngdf4hzldb71grbzzvhk-php-with-extensions-8.1.22"
99+
"store_path": "/nix/store/v5fdxi8pasc8mxacmg76q9qzqpsr04w6-php-with-extensions-8.1.23"
100100
},
101101
"x86_64-linux": {
102-
"store_path": "/nix/store/14icl7q3qwkcjl80a50bl06n8wn3yk1i-php-with-extensions-8.1.22"
102+
"store_path": "/nix/store/ky5w9izkk4yyhni3nh31nicmcfch5ndz-php-with-extensions-8.1.23"
103103
}
104104
}
105105
}

examples/stacks/lapp-stack/devbox.lock

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -27,57 +27,57 @@
2727
"version": "8.0.1",
2828
"systems": {
2929
"aarch64-darwin": {
30-
"store_path": "/nix/store/7qwsslwdrjyg8hs654nsqpq7lly6dhq5-curl-8.0.1"
30+
"store_path": "/nix/store/7qwsslwdrjyg8hs654nsqpq7lly6dhq5-curl-8.0.1-bin"
3131
},
3232
"aarch64-linux": {
33-
"store_path": "/nix/store/g9g1p4l9146kclnx4lv0hfbzhr9hk7n7-curl-8.0.1"
33+
"store_path": "/nix/store/g9g1p4l9146kclnx4lv0hfbzhr9hk7n7-curl-8.0.1-bin"
3434
},
3535
"x86_64-darwin": {
36-
"store_path": "/nix/store/bbkz21vmx16wl0h3xk36g7gxpbymnm6d-curl-8.0.1"
36+
"store_path": "/nix/store/bbkz21vmx16wl0h3xk36g7gxpbymnm6d-curl-8.0.1-bin"
3737
},
3838
"x86_64-linux": {
39-
"store_path": "/nix/store/0xyi7w3cm3g7gzwfpwqzx0n7xks2sdc6-curl-8.0.1"
39+
"store_path": "/nix/store/0xyi7w3cm3g7gzwfpwqzx0n7xks2sdc6-curl-8.0.1-bin"
4040
}
4141
}
4242
},
4343
"php81Extensions.pgsql@latest": {
44-
"last_modified": "2023-08-30T00:25:28Z",
45-
"resolved": "github:NixOS/nixpkgs/a63a64b593dcf2fe05f7c5d666eb395950f36bc9#php81Extensions.pgsql",
44+
"last_modified": "2023-09-04T16:24:30Z",
45+
"resolved": "github:NixOS/nixpkgs/3c15feef7770eb5500a4b8792623e2d6f598c9c1#php81Extensions.pgsql",
4646
"source": "devbox-search",
47-
"version": "8.1.22",
47+
"version": "8.1.23",
4848
"systems": {
4949
"aarch64-darwin": {
50-
"store_path": "/nix/store/cp5m956xcqp9wnjkfkgx233sc2was375-php-pgsql-8.1.22"
50+
"store_path": "/nix/store/k1kvsrl8bhbmxqdbx1xaxif2xcqm8p86-php-pgsql-8.1.23"
5151
},
5252
"aarch64-linux": {
53-
"store_path": "/nix/store/spfhyjimzzxv11b7b6hfawbl15p3rb86-php-pgsql-8.1.22"
53+
"store_path": "/nix/store/4ql85v8l6g2ld6imwlgny8blqy87ngbn-php-pgsql-8.1.23"
5454
},
5555
"x86_64-darwin": {
56-
"store_path": "/nix/store/y6wgphymmrk800zmxmy7s1j360yzmdqz-php-pgsql-8.1.22"
56+
"store_path": "/nix/store/a43rm4l5yp51wdm7si8kc0hq670wpmw9-php-pgsql-8.1.23"
5757
},
5858
"x86_64-linux": {
59-
"store_path": "/nix/store/rhc05fbdkq52ms8xdh6fil3la0p21lq1-php-pgsql-8.1.22"
59+
"store_path": "/nix/store/r5909c1wis735ayha9h36vy6w1v7j1x4-php-pgsql-8.1.23"
6060
}
6161
}
6262
},
6363
64-
"last_modified": "2023-08-30T00:25:28Z",
64+
"last_modified": "2023-09-04T16:24:30Z",
6565
"plugin_version": "0.0.2",
66-
"resolved": "github:NixOS/nixpkgs/a63a64b593dcf2fe05f7c5d666eb395950f36bc9#php81",
66+
"resolved": "github:NixOS/nixpkgs/3c15feef7770eb5500a4b8792623e2d6f598c9c1#php81",
6767
"source": "devbox-search",
68-
"version": "8.1.22",
68+
"version": "8.1.23",
6969
"systems": {
7070
"aarch64-darwin": {
71-
"store_path": "/nix/store/24facqh0lqq9swy51xyvc763jvlwnylb-php-with-extensions-8.1.22"
71+
"store_path": "/nix/store/lb1kvhs6brfphpmxa36kn9fki89ijx7f-php-with-extensions-8.1.23"
7272
},
7373
"aarch64-linux": {
74-
"store_path": "/nix/store/ic9rcrsfx0d9w84iz5sahin898zzkf0v-php-with-extensions-8.1.22"
74+
"store_path": "/nix/store/2f935v7hg56faxdp0myam0v8ppdidrd1-php-with-extensions-8.1.23"
7575
},
7676
"x86_64-darwin": {
77-
"store_path": "/nix/store/651lzjnchj12ngdf4hzldb71grbzzvhk-php-with-extensions-8.1.22"
77+
"store_path": "/nix/store/v5fdxi8pasc8mxacmg76q9qzqpsr04w6-php-with-extensions-8.1.23"
7878
},
7979
"x86_64-linux": {
80-
"store_path": "/nix/store/14icl7q3qwkcjl80a50bl06n8wn3yk1i-php-with-extensions-8.1.22"
80+
"store_path": "/nix/store/ky5w9izkk4yyhni3nh31nicmcfch5ndz-php-with-extensions-8.1.23"
8181
}
8282
}
8383
},

examples/stacks/lepp-stack/devbox.lock

Lines changed: 86 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -4,31 +4,103 @@
44
55
"last_modified": "2023-05-01T16:53:22Z",
66
"resolved": "github:NixOS/nixpkgs/8670e496ffd093b60e74e7fa53526aa5920d09eb#curl",
7-
"version": "8.0.1"
7+
"version": "8.0.1",
8+
"systems": {
9+
"aarch64-darwin": {
10+
"store_path": "/nix/store/7qwsslwdrjyg8hs654nsqpq7lly6dhq5-curl-8.0.1-bin"
11+
},
12+
"aarch64-linux": {
13+
"store_path": "/nix/store/g9g1p4l9146kclnx4lv0hfbzhr9hk7n7-curl-8.0.1-bin"
14+
},
15+
"x86_64-darwin": {
16+
"store_path": "/nix/store/bbkz21vmx16wl0h3xk36g7gxpbymnm6d-curl-8.0.1-bin"
17+
},
18+
"x86_64-linux": {
19+
"store_path": "/nix/store/0xyi7w3cm3g7gzwfpwqzx0n7xks2sdc6-curl-8.0.1-bin"
20+
}
21+
}
822
},
923
10-
"last_modified": "2023-07-06T12:20:10Z",
24+
"last_modified": "2023-05-01T16:53:22Z",
1125
"plugin_version": "0.0.3",
12-
"resolved": "github:NixOS/nixpkgs/5daaa32204e9c46b05cd709218b7ba733d07e80c#nginx",
13-
"source": "devbox-search",
14-
"version": "1.24.0"
26+
"resolved": "github:NixOS/nixpkgs/8670e496ffd093b60e74e7fa53526aa5920d09eb#nginx",
27+
"version": "1.24.0",
28+
"systems": {
29+
"aarch64-darwin": {
30+
"store_path": "/nix/store/prz9lx44d3hicpmsri5rm9qk44r79ng8-nginx-1.24.0"
31+
},
32+
"aarch64-linux": {
33+
"store_path": "/nix/store/b2v5yw11gmywahlyhbqajml7hjdkhsar-nginx-1.24.0"
34+
},
35+
"x86_64-darwin": {
36+
"store_path": "/nix/store/1nyjvgj3hbhck80wkwi0h18561xbp3sy-nginx-1.24.0"
37+
},
38+
"x86_64-linux": {
39+
"store_path": "/nix/store/vc66rk5b86lx1myxr18qkgzha0fjx2ks-nginx-1.24.0"
40+
}
41+
}
1542
},
1643
"php81Extensions.pgsql@latest": {
17-
"last_modified": "2023-05-01T16:53:22Z",
18-
"resolved": "github:NixOS/nixpkgs/8670e496ffd093b60e74e7fa53526aa5920d09eb#php81Extensions.pgsql",
19-
"version": "8.1.18"
44+
"last_modified": "2023-09-04T16:24:30Z",
45+
"resolved": "github:NixOS/nixpkgs/3c15feef7770eb5500a4b8792623e2d6f598c9c1#php81Extensions.pgsql",
46+
"source": "devbox-search",
47+
"version": "8.1.23",
48+
"systems": {
49+
"aarch64-darwin": {
50+
"store_path": "/nix/store/k1kvsrl8bhbmxqdbx1xaxif2xcqm8p86-php-pgsql-8.1.23"
51+
},
52+
"aarch64-linux": {
53+
"store_path": "/nix/store/4ql85v8l6g2ld6imwlgny8blqy87ngbn-php-pgsql-8.1.23"
54+
},
55+
"x86_64-darwin": {
56+
"store_path": "/nix/store/a43rm4l5yp51wdm7si8kc0hq670wpmw9-php-pgsql-8.1.23"
57+
},
58+
"x86_64-linux": {
59+
"store_path": "/nix/store/r5909c1wis735ayha9h36vy6w1v7j1x4-php-pgsql-8.1.23"
60+
}
61+
}
2062
},
2163
22-
"last_modified": "2023-05-01T16:53:22Z",
64+
"last_modified": "2023-09-04T16:24:30Z",
2365
"plugin_version": "0.0.2",
24-
"resolved": "github:NixOS/nixpkgs/8670e496ffd093b60e74e7fa53526aa5920d09eb#php",
25-
"version": "8.1.18"
66+
"resolved": "github:NixOS/nixpkgs/3c15feef7770eb5500a4b8792623e2d6f598c9c1#php81",
67+
"source": "devbox-search",
68+
"version": "8.1.23",
69+
"systems": {
70+
"aarch64-darwin": {
71+
"store_path": "/nix/store/lb1kvhs6brfphpmxa36kn9fki89ijx7f-php-with-extensions-8.1.23"
72+
},
73+
"aarch64-linux": {
74+
"store_path": "/nix/store/2f935v7hg56faxdp0myam0v8ppdidrd1-php-with-extensions-8.1.23"
75+
},
76+
"x86_64-darwin": {
77+
"store_path": "/nix/store/v5fdxi8pasc8mxacmg76q9qzqpsr04w6-php-with-extensions-8.1.23"
78+
},
79+
"x86_64-linux": {
80+
"store_path": "/nix/store/ky5w9izkk4yyhni3nh31nicmcfch5ndz-php-with-extensions-8.1.23"
81+
}
82+
}
2683
},
2784
"postgresql@14": {
28-
"last_modified": "2023-05-01T16:53:22Z",
85+
"last_modified": "2023-08-30T00:25:28Z",
2986
"plugin_version": "0.0.2",
30-
"resolved": "github:NixOS/nixpkgs/8670e496ffd093b60e74e7fa53526aa5920d09eb#postgresql",
31-
"version": "14.7"
87+
"resolved": "github:NixOS/nixpkgs/a63a64b593dcf2fe05f7c5d666eb395950f36bc9#postgresql",
88+
"source": "devbox-search",
89+
"version": "14.9",
90+
"systems": {
91+
"aarch64-darwin": {
92+
"store_path": "/nix/store/x6058p5djhvn57fqyqfs4hvf193m847j-postgresql-14.9"
93+
},
94+
"aarch64-linux": {
95+
"store_path": "/nix/store/0gfagnjbaqlgzf17hrc5pzfr170s6wdl-postgresql-14.9"
96+
},
97+
"x86_64-darwin": {
98+
"store_path": "/nix/store/hd25shwpmqcki920ii1cxhh95qa51kfh-postgresql-14.9"
99+
},
100+
"x86_64-linux": {
101+
"store_path": "/nix/store/vfcdf4n8f7mxx4rby11f7vhhpi62474m-postgresql-14.9"
102+
}
103+
}
32104
}
33105
}
34106
}

0 commit comments

Comments
 (0)