Skip to content

Commit 7710dcb

Browse files
committed
Fix tests.
1 parent ef6f18a commit 7710dcb

File tree

6 files changed

+52
-8
lines changed

6 files changed

+52
-8
lines changed

devbox.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"$schema": "https://raw.githubusercontent.com/jetify-com/devbox/0.13.5/.schema/devbox.schema.json",
33
"packages": [
44
"nodejs@20",
5-
"github:gren-lang/nix/0.6.0",
5+
"gren@0.6",
66
"nodePackages.prettier@latest"
77
],
88
"shell": {

devbox.lock

Lines changed: 47 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,53 @@
55
"last_modified": "2025-07-19T04:40:28Z",
66
"resolved": "github:NixOS/nixpkgs/6b4955211758ba47fac850c040a27f23b9b4008f?lastModified=1752900028&narHash=sha256-dPALCtmik9Wr14MGqVXm%2BOQcv7vhPBXcWNIOThGnB%2FQ%3D"
77
},
8-
"github:gren-lang/nix/0.6.0": {
9-
"last_modified": "2025-07-20T08:41:19Z",
10-
"resolved": "github:gren-lang/nix/ca77de0a436fddc6299dd5287b5aa3e3ea642b0f?lastModified=1753000879&narHash=sha256-COLL9CqAuVC%2FZxArQdm3G0NfNQDEGtWbiq7p5%2BgaGPY%3D"
8+
"gren@0.6": {
9+
"last_modified": "2025-08-05T11:35:34Z",
10+
"resolved": "github:NixOS/nixpkgs/a683adc19ff5228af548c6539dbc3440509bfed3#gren",
11+
"source": "devbox-search",
12+
"version": "0.6.2",
13+
"systems": {
14+
"aarch64-darwin": {
15+
"outputs": [
16+
{
17+
"name": "out",
18+
"path": "/nix/store/1p0vb5l9vq8j9bhna05hzgzqygb05cjk-gren-0.6.2",
19+
"default": true
20+
}
21+
],
22+
"store_path": "/nix/store/1p0vb5l9vq8j9bhna05hzgzqygb05cjk-gren-0.6.2"
23+
},
24+
"aarch64-linux": {
25+
"outputs": [
26+
{
27+
"name": "out",
28+
"path": "/nix/store/vr3jccalhkhpsz53dpvx8sd9q2d2wy3s-gren-0.6.2",
29+
"default": true
30+
}
31+
],
32+
"store_path": "/nix/store/vr3jccalhkhpsz53dpvx8sd9q2d2wy3s-gren-0.6.2"
33+
},
34+
"x86_64-darwin": {
35+
"outputs": [
36+
{
37+
"name": "out",
38+
"path": "/nix/store/jdh0sfgc5144b2l7fwyq0qzax65pxgcx-gren-0.6.2",
39+
"default": true
40+
}
41+
],
42+
"store_path": "/nix/store/jdh0sfgc5144b2l7fwyq0qzax65pxgcx-gren-0.6.2"
43+
},
44+
"x86_64-linux": {
45+
"outputs": [
46+
{
47+
"name": "out",
48+
"path": "/nix/store/qqni6nqfjb1kw4qg7ad0hkvjrk78ir69-gren-0.6.2",
49+
"default": true
50+
}
51+
],
52+
"store_path": "/nix/store/qqni6nqfjb1kw4qg7ad0hkvjrk78ir69-gren-0.6.2"
53+
}
54+
}
1155
},
1256
"nodePackages.prettier@latest": {
1357
"last_modified": "2025-05-21T18:43:04Z",

integration-tests/http-client/gren.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"source-directories": [
55
"src"
66
],
7-
"gren-version": "0.6.0",
7+
"gren-version": "0.6.2",
88
"dependencies": {
99
"direct": {
1010
"gren-lang/core": "7.0.0",

integration-tests/http-server/gren.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"source-directories": [
55
"src"
66
],
7-
"gren-version": "0.6.0",
7+
"gren-version": "0.6.2",
88
"dependencies": {
99
"direct": {
1010
"gren-lang/core": "7.0.0",

integration-tests/signals/gren.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"source-directories": [
55
"src"
66
],
7-
"gren-version": "0.6.0",
7+
"gren-version": "0.6.2",
88
"dependencies": {
99
"direct": {
1010
"gren-lang/core": "7.0.0",

tests/gren.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"source-directories": [
55
"src"
66
],
7-
"gren-version": "0.6.0",
7+
"gren-version": "0.6.2",
88
"dependencies": {
99
"direct": {
1010
"gren-lang/core": "7.0.0",

0 commit comments

Comments
 (0)