Skip to content

Commit fc145f7

Browse files
committed
Fix docs issue.
1 parent 67e7b85 commit fc145f7

File tree

3 files changed

+15
-15
lines changed

3 files changed

+15
-15
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/main",
5+
"github:gren-lang/nix/0.6.0",
66
"nodePackages.prettier@latest"
77
],
88
"shell": {

devbox.lock

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
"lockfile_version": "1",
33
"packages": {
44
"github:NixOS/nixpkgs/nixpkgs-unstable": {
5-
"last_modified": "2025-07-16T16:36:02Z",
6-
"resolved": "github:NixOS/nixpkgs/fa64ec5c1ca6f17746f3defedb988b9248e97616?lastModified=1752683762&narHash=sha256-CVC4bpthYhKk4Qb4mt00SqfJ7CJ4vfTX06pLN2OHa1c%3D"
5+
"last_modified": "2025-07-19T04:40:28Z",
6+
"resolved": "github:NixOS/nixpkgs/6b4955211758ba47fac850c040a27f23b9b4008f?lastModified=1752900028&narHash=sha256-dPALCtmik9Wr14MGqVXm%2BOQcv7vhPBXcWNIOThGnB%2FQ%3D"
77
},
8-
"github:gren-lang/nix/main": {
9-
"last_modified": "2025-07-18T19:48:17Z",
10-
"resolved": "github:gren-lang/nix/7dc11f06242440026a41aec71966c38fe21ecbf1?lastModified=1752868097&narHash=sha256-sr87ikPuy%2BaBWKQ4hfmpadZCMgfhS9sqJPPlZUQEXDg%3D"
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"
1111
},
1212
"nodePackages.prettier@latest": {
1313
"last_modified": "2025-05-21T18:43:04Z",
@@ -107,13 +107,13 @@
107107
"path": "/nix/store/mkddjk5rywghc65bsdy9ywsimb8kvs61-nodejs-20.19.3",
108108
"default": true
109109
},
110-
{
111-
"name": "dev",
112-
"path": "/nix/store/a1bpjcgb0lf5wi05832dd828id5w6mqi-nodejs-20.19.3-dev"
113-
},
114110
{
115111
"name": "libv8",
116112
"path": "/nix/store/m8qvlazx3pwgmgs07ybyymav96i90z59-nodejs-20.19.3-libv8"
113+
},
114+
{
115+
"name": "dev",
116+
"path": "/nix/store/a1bpjcgb0lf5wi05832dd828id5w6mqi-nodejs-20.19.3-dev"
117117
}
118118
],
119119
"store_path": "/nix/store/mkddjk5rywghc65bsdy9ywsimb8kvs61-nodejs-20.19.3"
@@ -125,13 +125,13 @@
125125
"path": "/nix/store/lz7iav1hd92jbv44zf2rdd7b2mj23536-nodejs-20.19.3",
126126
"default": true
127127
},
128-
{
129-
"name": "dev",
130-
"path": "/nix/store/ljli5b39d0fb9i8299ydf1fr6g7bqszs-nodejs-20.19.3-dev"
131-
},
132128
{
133129
"name": "libv8",
134130
"path": "/nix/store/40y5gxvkl5g51pz0cvp1hn5dm10bncdb-nodejs-20.19.3-libv8"
131+
},
132+
{
133+
"name": "dev",
134+
"path": "/nix/store/ljli5b39d0fb9i8299ydf1fr6g7bqszs-nodejs-20.19.3-dev"
135135
}
136136
],
137137
"store_path": "/nix/store/lz7iav1hd92jbv44zf2rdd7b2mj23536-nodejs-20.19.3"

src/Node.gren

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ you to contact said subsystem. Be careful what code you give these permissions t
4141

4242
## Simple Program
4343

44-
@docs SimpleProgram, defineSimpleProgram, endSimpleProgram
44+
@docs SimpleProgram, defineSimpleProgram, endSimpleProgram, endSimpleProgramWithCmd
4545

4646
## Environment information
4747

0 commit comments

Comments
 (0)