command line structured editor in rust (bubbletea-rs TUI)
1{
2 "nodes": {
3 "allfollow": {
4 "inputs": {
5 "nixpkgs": "nixpkgs",
6 "rust-overlay": "rust-overlay",
7 "systems": "systems"
8 },
9 "locked": {
10 "lastModified": 1752903850,
11 "narHash": "sha256-Q9CVcods7Ftcs0KeplhkZOClQKqZy8zwfay02jvNloQ=",
12 "owner": "spikespaz",
13 "repo": "allfollow",
14 "rev": "5e097ac8c6fb8b9e32a3c590090005abe853cccf",
15 "type": "github"
16 },
17 "original": {
18 "owner": "spikespaz",
19 "repo": "allfollow",
20 "type": "github"
21 }
22 },
23 "cachix": {
24 "inputs": {
25 "devenv": [
26 "devenv"
27 ],
28 "flake-compat": [
29 "devenv"
30 ],
31 "git-hooks": [
32 "devenv",
33 "git-hooks"
34 ],
35 "nixpkgs": [
36 "devenv",
37 "nixpkgs"
38 ]
39 },
40 "locked": {
41 "lastModified": 1748883665,
42 "narHash": "sha256-R0W7uAg+BLoHjMRMQ8+oiSbTq8nkGz5RDpQ+ZfxxP3A=",
43 "owner": "cachix",
44 "repo": "cachix",
45 "rev": "f707778d902af4d62d8dd92c269f8e70de09acbe",
46 "type": "github"
47 },
48 "original": {
49 "owner": "cachix",
50 "ref": "latest",
51 "repo": "cachix",
52 "type": "github"
53 }
54 },
55 "devenv": {
56 "inputs": {
57 "cachix": "cachix",
58 "flake-compat": "flake-compat",
59 "git-hooks": "git-hooks",
60 "nix": "nix",
61 "nixpkgs": "nixpkgs_2"
62 },
63 "locked": {
64 "lastModified": 1756048064,
65 "narHash": "sha256-mVgB6qWhLrCW6AciLyFXosDKKZFtBgqvixcA8a07s+g=",
66 "owner": "cachix",
67 "repo": "devenv",
68 "rev": "3fb20c149d329b01a2b519fbb2a9ca3e6e6e1b05",
69 "type": "github"
70 },
71 "original": {
72 "owner": "cachix",
73 "repo": "devenv",
74 "type": "github"
75 }
76 },
77 "devshell": {
78 "inputs": {
79 "nixpkgs": "nixpkgs_3"
80 },
81 "locked": {
82 "lastModified": 1741473158,
83 "narHash": "sha256-kWNaq6wQUbUMlPgw8Y+9/9wP0F8SHkjy24/mN3UAppg=",
84 "owner": "numtide",
85 "repo": "devshell",
86 "rev": "7c9e793ebe66bcba8292989a68c0419b737a22a0",
87 "type": "github"
88 },
89 "original": {
90 "owner": "numtide",
91 "repo": "devshell",
92 "type": "github"
93 }
94 },
95 "flake-compat": {
96 "flake": false,
97 "locked": {
98 "lastModified": 1747046372,
99 "narHash": "sha256-CIVLLkVgvHYbgI2UpXvIIBJ12HWgX+fjA8Xf8PUmqCY=",
100 "owner": "edolstra",
101 "repo": "flake-compat",
102 "rev": "9100a0f413b0c601e0533d1d94ffd501ce2e7885",
103 "type": "github"
104 },
105 "original": {
106 "owner": "edolstra",
107 "repo": "flake-compat",
108 "type": "github"
109 }
110 },
111 "flake-file": {
112 "locked": {
113 "lastModified": 1753122811,
114 "narHash": "sha256-D2uccKODLVkI91uiWlwwEkg0X7HcYeiKKGHsD24qmyU=",
115 "owner": "vic",
116 "repo": "flake-file",
117 "rev": "745975d82877699e9504fd0e751b4f70166f066c",
118 "type": "github"
119 },
120 "original": {
121 "owner": "vic",
122 "repo": "flake-file",
123 "type": "github"
124 }
125 },
126 "flake-parts": {
127 "inputs": {
128 "nixpkgs-lib": [
129 "devenv",
130 "nix",
131 "nixpkgs"
132 ]
133 },
134 "locked": {
135 "lastModified": 1733312601,
136 "narHash": "sha256-4pDvzqnegAfRkPwO3wmwBhVi/Sye1mzps0zHWYnP88c=",
137 "owner": "hercules-ci",
138 "repo": "flake-parts",
139 "rev": "205b12d8b7cd4802fbcb8e8ef6a0f1408781a4f9",
140 "type": "github"
141 },
142 "original": {
143 "owner": "hercules-ci",
144 "repo": "flake-parts",
145 "type": "github"
146 }
147 },
148 "flake-parts_2": {
149 "inputs": {
150 "nixpkgs-lib": "nixpkgs-lib"
151 },
152 "locked": {
153 "lastModified": 1754487366,
154 "narHash": "sha256-pHYj8gUBapuUzKV/kN/tR3Zvqc7o6gdFB9XKXIp1SQ8=",
155 "owner": "hercules-ci",
156 "repo": "flake-parts",
157 "rev": "af66ad14b28a127c5c0f3bbb298218fc63528a18",
158 "type": "github"
159 },
160 "original": {
161 "owner": "hercules-ci",
162 "repo": "flake-parts",
163 "type": "github"
164 }
165 },
166 "git-hooks": {
167 "inputs": {
168 "flake-compat": [
169 "devenv",
170 "flake-compat"
171 ],
172 "gitignore": "gitignore",
173 "nixpkgs": [
174 "devenv",
175 "nixpkgs"
176 ]
177 },
178 "locked": {
179 "lastModified": 1750779888,
180 "narHash": "sha256-wibppH3g/E2lxU43ZQHC5yA/7kIKLGxVEnsnVK1BtRg=",
181 "owner": "cachix",
182 "repo": "git-hooks.nix",
183 "rev": "16ec914f6fb6f599ce988427d9d94efddf25fe6d",
184 "type": "github"
185 },
186 "original": {
187 "owner": "cachix",
188 "repo": "git-hooks.nix",
189 "type": "github"
190 }
191 },
192 "gitignore": {
193 "inputs": {
194 "nixpkgs": [
195 "devenv",
196 "git-hooks",
197 "nixpkgs"
198 ]
199 },
200 "locked": {
201 "lastModified": 1709087332,
202 "narHash": "sha256-HG2cCnktfHsKV0s4XW83gU3F57gaTljL9KNSuG6bnQs=",
203 "owner": "hercules-ci",
204 "repo": "gitignore.nix",
205 "rev": "637db329424fd7e46cf4185293b9cc8c88c95394",
206 "type": "github"
207 },
208 "original": {
209 "owner": "hercules-ci",
210 "repo": "gitignore.nix",
211 "type": "github"
212 }
213 },
214 "import-tree": {
215 "locked": {
216 "lastModified": 1752730890,
217 "narHash": "sha256-GES8fapSLGz36MMPRVNkSUWXUTtqvGQNXHjRmRLfJUY=",
218 "owner": "vic",
219 "repo": "import-tree",
220 "rev": "6ebb8cb87987b20264c09296166543fd3761d274",
221 "type": "github"
222 },
223 "original": {
224 "owner": "vic",
225 "repo": "import-tree",
226 "type": "github"
227 }
228 },
229 "nix": {
230 "inputs": {
231 "flake-compat": [
232 "devenv",
233 "flake-compat"
234 ],
235 "flake-parts": "flake-parts",
236 "git-hooks-nix": [
237 "devenv",
238 "git-hooks"
239 ],
240 "nixpkgs": [
241 "devenv",
242 "nixpkgs"
243 ],
244 "nixpkgs-23-11": [
245 "devenv"
246 ],
247 "nixpkgs-regression": [
248 "devenv"
249 ]
250 },
251 "locked": {
252 "lastModified": 1755029779,
253 "narHash": "sha256-3+GHIYGg4U9XKUN4rg473frIVNn8YD06bjwxKS1IPrU=",
254 "owner": "cachix",
255 "repo": "nix",
256 "rev": "b0972b0eee6726081d10b1199f54de6d2917f861",
257 "type": "github"
258 },
259 "original": {
260 "owner": "cachix",
261 "ref": "devenv-2.30",
262 "repo": "nix",
263 "type": "github"
264 }
265 },
266 "nixpkgs": {
267 "locked": {
268 "lastModified": 1751498133,
269 "narHash": "sha256-QWJ+NQbMU+NcU2xiyo7SNox1fAuwksGlQhpzBl76g1I=",
270 "owner": "NixOS",
271 "repo": "nixpkgs",
272 "rev": "d55716bb59b91ae9d1ced4b1ccdea7a442ecbfdb",
273 "type": "github"
274 },
275 "original": {
276 "owner": "NixOS",
277 "ref": "nixpkgs-unstable",
278 "repo": "nixpkgs",
279 "type": "github"
280 }
281 },
282 "nixpkgs-lib": {
283 "locked": {
284 "lastModified": 1753579242,
285 "narHash": "sha256-zvaMGVn14/Zz8hnp4VWT9xVnhc8vuL3TStRqwk22biA=",
286 "owner": "nix-community",
287 "repo": "nixpkgs.lib",
288 "rev": "0f36c44e01a6129be94e3ade315a5883f0228a6e",
289 "type": "github"
290 },
291 "original": {
292 "owner": "nix-community",
293 "repo": "nixpkgs.lib",
294 "type": "github"
295 }
296 },
297 "nixpkgs_2": {
298 "locked": {
299 "lastModified": 1750441195,
300 "narHash": "sha256-yke+pm+MdgRb6c0dPt8MgDhv7fcBbdjmv1ZceNTyzKg=",
301 "owner": "cachix",
302 "repo": "devenv-nixpkgs",
303 "rev": "0ceffe312871b443929ff3006960d29b120dc627",
304 "type": "github"
305 },
306 "original": {
307 "owner": "cachix",
308 "ref": "rolling",
309 "repo": "devenv-nixpkgs",
310 "type": "github"
311 }
312 },
313 "nixpkgs_3": {
314 "locked": {
315 "lastModified": 1722073938,
316 "narHash": "sha256-OpX0StkL8vpXyWOGUD6G+MA26wAXK6SpT94kLJXo6B4=",
317 "owner": "NixOS",
318 "repo": "nixpkgs",
319 "rev": "e36e9f57337d0ff0cf77aceb58af4c805472bfae",
320 "type": "github"
321 },
322 "original": {
323 "owner": "NixOS",
324 "ref": "nixpkgs-unstable",
325 "repo": "nixpkgs",
326 "type": "github"
327 }
328 },
329 "nixpkgs_4": {
330 "locked": {
331 "lastModified": 1755783167,
332 "narHash": "sha256-gj7qvMNz7YvhjYxNq4I370cAYIZEw2PbVs5BSwaLrD4=",
333 "owner": "cachix",
334 "repo": "devenv-nixpkgs",
335 "rev": "4a880fb247d24fbca57269af672e8f78935b0328",
336 "type": "github"
337 },
338 "original": {
339 "owner": "cachix",
340 "ref": "rolling",
341 "repo": "devenv-nixpkgs",
342 "type": "github"
343 }
344 },
345 "nixpkgs_5": {
346 "locked": {
347 "lastModified": 1754340878,
348 "narHash": "sha256-lgmUyVQL9tSnvvIvBp7x1euhkkCho7n3TMzgjdvgPoU=",
349 "owner": "nixos",
350 "repo": "nixpkgs",
351 "rev": "cab778239e705082fe97bb4990e0d24c50924c04",
352 "type": "github"
353 },
354 "original": {
355 "owner": "nixos",
356 "ref": "nixpkgs-unstable",
357 "repo": "nixpkgs",
358 "type": "github"
359 }
360 },
361 "root": {
362 "inputs": {
363 "allfollow": "allfollow",
364 "devenv": "devenv",
365 "devshell": "devshell",
366 "flake-file": "flake-file",
367 "flake-parts": "flake-parts_2",
368 "import-tree": "import-tree",
369 "nixpkgs": "nixpkgs_4",
370 "rust-overlay": "rust-overlay_2",
371 "systems": "systems_2",
372 "treefmt-nix": "treefmt-nix"
373 }
374 },
375 "rust-overlay": {
376 "inputs": {
377 "nixpkgs": [
378 "allfollow",
379 "nixpkgs"
380 ]
381 },
382 "locked": {
383 "lastModified": 1751596734,
384 "narHash": "sha256-1tQOwmn3jEUQjH0WDJyklC+hR7Bj+iqx6ChtRX2QiPA=",
385 "owner": "oxalica",
386 "repo": "rust-overlay",
387 "rev": "e28ba067a9368286a8bc88b68dc2ca92181a09f0",
388 "type": "github"
389 },
390 "original": {
391 "owner": "oxalica",
392 "repo": "rust-overlay",
393 "type": "github"
394 }
395 },
396 "rust-overlay_2": {
397 "inputs": {
398 "nixpkgs": [
399 "nixpkgs"
400 ]
401 },
402 "locked": {
403 "lastModified": 1756003222,
404 "narHash": "sha256-lmEMhIIbjt8Wp1EYbNqCojuU9ygyDFv8Tu0X1k8qIMc=",
405 "owner": "oxalica",
406 "repo": "rust-overlay",
407 "rev": "88ceedecde53e809b4bf8b5fd10d181889d9bac7",
408 "type": "github"
409 },
410 "original": {
411 "owner": "oxalica",
412 "repo": "rust-overlay",
413 "type": "github"
414 }
415 },
416 "systems": {
417 "flake": false,
418 "locked": {
419 "lastModified": 1681028828,
420 "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=",
421 "owner": "nix-systems",
422 "repo": "default",
423 "rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e",
424 "type": "github"
425 },
426 "original": {
427 "owner": "nix-systems",
428 "repo": "default",
429 "type": "github"
430 }
431 },
432 "systems_2": {
433 "locked": {
434 "lastModified": 1681028828,
435 "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=",
436 "owner": "nix-systems",
437 "repo": "default",
438 "rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e",
439 "type": "github"
440 },
441 "original": {
442 "owner": "nix-systems",
443 "repo": "default",
444 "type": "github"
445 }
446 },
447 "treefmt-nix": {
448 "inputs": {
449 "nixpkgs": "nixpkgs_5"
450 },
451 "locked": {
452 "lastModified": 1755934250,
453 "narHash": "sha256-CsDojnMgYsfshQw3t4zjRUkmMmUdZGthl16bXVWgRYU=",
454 "owner": "numtide",
455 "repo": "treefmt-nix",
456 "rev": "74e1a52d5bd9430312f8d1b8b0354c92c17453e5",
457 "type": "github"
458 },
459 "original": {
460 "owner": "numtide",
461 "repo": "treefmt-nix",
462 "type": "github"
463 }
464 }
465 },
466 "root": "root",
467 "version": 7
468}