pangea-kubernetes 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (50) hide show
  1. checksums.yaml +7 -0
  2. data/.github/workflows/auto-bump.yml +11 -0
  3. data/.github/workflows/ci.yml +7 -0
  4. data/.github/workflows/release.yml +22 -0
  5. data/.gitignore +6 -0
  6. data/.rspec +3 -0
  7. data/AGENTS.md +3 -0
  8. data/CLAUDE.md +370 -0
  9. data/Gemfile +9 -0
  10. data/Gemfile.lock +128 -0
  11. data/README.md +42 -0
  12. data/Rakefile +8 -0
  13. data/flake.lock +2144 -0
  14. data/flake.nix +30 -0
  15. data/gemset.nix +312 -0
  16. data/lib/pangea/kubernetes/architecture.rb +383 -0
  17. data/lib/pangea/kubernetes/backend_registry.rb +117 -0
  18. data/lib/pangea/kubernetes/backends/aws_eks.rb +203 -0
  19. data/lib/pangea/kubernetes/backends/aws_nixos.rb +1347 -0
  20. data/lib/pangea/kubernetes/backends/azure_aks.rb +145 -0
  21. data/lib/pangea/kubernetes/backends/azure_nixos.rb +275 -0
  22. data/lib/pangea/kubernetes/backends/base.rb +116 -0
  23. data/lib/pangea/kubernetes/backends/gcp_gke.rb +176 -0
  24. data/lib/pangea/kubernetes/backends/gcp_nixos.rb +240 -0
  25. data/lib/pangea/kubernetes/backends/hcloud_k3s.rb +181 -0
  26. data/lib/pangea/kubernetes/backends/nixos_base.rb +235 -0
  27. data/lib/pangea/kubernetes/bare_metal/cloud_init.rb +196 -0
  28. data/lib/pangea/kubernetes/bare_metal/cluster_reference.rb +72 -0
  29. data/lib/pangea/kubernetes/load_balancer.rb +157 -0
  30. data/lib/pangea/kubernetes/network_backend_registry.rb +54 -0
  31. data/lib/pangea/kubernetes/network_backends/base.rb +78 -0
  32. data/lib/pangea/kubernetes/network_backends/cilium.rb +105 -0
  33. data/lib/pangea/kubernetes/network_backends/vpc_cni.rb +36 -0
  34. data/lib/pangea/kubernetes/types/argocd_config.rb +55 -0
  35. data/lib/pangea/kubernetes/types/control_plane_config.rb +65 -0
  36. data/lib/pangea/kubernetes/types/etcd_config.rb +64 -0
  37. data/lib/pangea/kubernetes/types/firewall_config.rb +39 -0
  38. data/lib/pangea/kubernetes/types/k3s_config.rb +112 -0
  39. data/lib/pangea/kubernetes/types/kernel_config.rb +31 -0
  40. data/lib/pangea/kubernetes/types/kubernetes_config.rb +129 -0
  41. data/lib/pangea/kubernetes/types/persistent_state_config.rb +100 -0
  42. data/lib/pangea/kubernetes/types/pki_config.rb +48 -0
  43. data/lib/pangea/kubernetes/types/secrets_config.rb +41 -0
  44. data/lib/pangea/kubernetes/types/vpn_config.rb +188 -0
  45. data/lib/pangea/kubernetes/types/wait_for_dns_config.rb +35 -0
  46. data/lib/pangea/kubernetes/types.rb +521 -0
  47. data/lib/pangea-kubernetes/version.rb +5 -0
  48. data/lib/pangea-kubernetes.rb +43 -0
  49. data/pangea-kubernetes.gemspec +33 -0
  50. metadata +192 -0
data/flake.lock ADDED
@@ -0,0 +1,2144 @@
1
+ {
2
+ "nodes": {
3
+ "cachix": {
4
+ "inputs": {
5
+ "devenv": [
6
+ "devenv"
7
+ ],
8
+ "flake-compat": [
9
+ "devenv",
10
+ "flake-compat"
11
+ ],
12
+ "git-hooks": [
13
+ "devenv",
14
+ "git-hooks"
15
+ ],
16
+ "nixpkgs": [
17
+ "devenv",
18
+ "nixpkgs"
19
+ ]
20
+ },
21
+ "locked": {
22
+ "lastModified": 1777487137,
23
+ "narHash": "sha256-TuvKVBX60mqyMT6OB5JqVEh1YIWtFMR/igLCaCdC9tw=",
24
+ "owner": "cachix",
25
+ "repo": "cachix",
26
+ "rev": "a66a440c321d35f7193472c317f42a55ccd1cb93",
27
+ "type": "github"
28
+ },
29
+ "original": {
30
+ "owner": "cachix",
31
+ "ref": "latest",
32
+ "repo": "cachix",
33
+ "type": "github"
34
+ }
35
+ },
36
+ "cachix_2": {
37
+ "inputs": {
38
+ "devenv": [
39
+ "forge",
40
+ "crate2nix"
41
+ ],
42
+ "flake-compat": [
43
+ "forge",
44
+ "crate2nix"
45
+ ],
46
+ "git-hooks": "git-hooks_2",
47
+ "nixpkgs": "nixpkgs"
48
+ },
49
+ "locked": {
50
+ "lastModified": 1767714506,
51
+ "narHash": "sha256-WaTs0t1CxhgxbIuvQ97OFhDTVUGd1HA+KzLZUZBhe0s=",
52
+ "owner": "cachix",
53
+ "repo": "cachix",
54
+ "rev": "894c649f0daaa38bbcfb21de64be47dfa7cd0ec9",
55
+ "type": "github"
56
+ },
57
+ "original": {
58
+ "owner": "cachix",
59
+ "ref": "latest",
60
+ "repo": "cachix",
61
+ "type": "github"
62
+ }
63
+ },
64
+ "cachix_3": {
65
+ "inputs": {
66
+ "devenv": [
67
+ "forge",
68
+ "devenv"
69
+ ],
70
+ "flake-compat": [
71
+ "forge",
72
+ "devenv",
73
+ "flake-compat"
74
+ ],
75
+ "git-hooks": [
76
+ "forge",
77
+ "devenv",
78
+ "git-hooks"
79
+ ],
80
+ "nixpkgs": [
81
+ "forge",
82
+ "devenv",
83
+ "nixpkgs"
84
+ ]
85
+ },
86
+ "locked": {
87
+ "lastModified": 1777487137,
88
+ "narHash": "sha256-TuvKVBX60mqyMT6OB5JqVEh1YIWtFMR/igLCaCdC9tw=",
89
+ "owner": "cachix",
90
+ "repo": "cachix",
91
+ "rev": "a66a440c321d35f7193472c317f42a55ccd1cb93",
92
+ "type": "github"
93
+ },
94
+ "original": {
95
+ "owner": "cachix",
96
+ "ref": "latest",
97
+ "repo": "cachix",
98
+ "type": "github"
99
+ }
100
+ },
101
+ "cachix_4": {
102
+ "inputs": {
103
+ "devenv": [
104
+ "substrate",
105
+ "devenv"
106
+ ],
107
+ "flake-compat": [
108
+ "substrate",
109
+ "devenv",
110
+ "flake-compat"
111
+ ],
112
+ "git-hooks": [
113
+ "substrate",
114
+ "devenv",
115
+ "git-hooks"
116
+ ],
117
+ "nixpkgs": [
118
+ "substrate",
119
+ "devenv",
120
+ "nixpkgs"
121
+ ]
122
+ },
123
+ "locked": {
124
+ "lastModified": 1777487137,
125
+ "narHash": "sha256-TuvKVBX60mqyMT6OB5JqVEh1YIWtFMR/igLCaCdC9tw=",
126
+ "owner": "cachix",
127
+ "repo": "cachix",
128
+ "rev": "a66a440c321d35f7193472c317f42a55ccd1cb93",
129
+ "type": "github"
130
+ },
131
+ "original": {
132
+ "owner": "cachix",
133
+ "ref": "latest",
134
+ "repo": "cachix",
135
+ "type": "github"
136
+ }
137
+ },
138
+ "cachix_5": {
139
+ "inputs": {
140
+ "devenv": [
141
+ "substrate",
142
+ "devenv",
143
+ "crate2nix"
144
+ ],
145
+ "flake-compat": [
146
+ "substrate",
147
+ "devenv",
148
+ "crate2nix"
149
+ ],
150
+ "git-hooks": "git-hooks_4",
151
+ "nixpkgs": "nixpkgs_4"
152
+ },
153
+ "locked": {
154
+ "lastModified": 1767714506,
155
+ "narHash": "sha256-WaTs0t1CxhgxbIuvQ97OFhDTVUGd1HA+KzLZUZBhe0s=",
156
+ "owner": "cachix",
157
+ "repo": "cachix",
158
+ "rev": "894c649f0daaa38bbcfb21de64be47dfa7cd0ec9",
159
+ "type": "github"
160
+ },
161
+ "original": {
162
+ "owner": "cachix",
163
+ "ref": "latest",
164
+ "repo": "cachix",
165
+ "type": "github"
166
+ }
167
+ },
168
+ "cachix_6": {
169
+ "inputs": {
170
+ "devenv": [
171
+ "substrate",
172
+ "devenv",
173
+ "crate2nix",
174
+ "crate2nix_stable"
175
+ ],
176
+ "flake-compat": [
177
+ "substrate",
178
+ "devenv",
179
+ "crate2nix",
180
+ "crate2nix_stable"
181
+ ],
182
+ "git-hooks": "git-hooks_5",
183
+ "nixpkgs": "nixpkgs_5"
184
+ },
185
+ "locked": {
186
+ "lastModified": 1767714506,
187
+ "narHash": "sha256-WaTs0t1CxhgxbIuvQ97OFhDTVUGd1HA+KzLZUZBhe0s=",
188
+ "owner": "cachix",
189
+ "repo": "cachix",
190
+ "rev": "894c649f0daaa38bbcfb21de64be47dfa7cd0ec9",
191
+ "type": "github"
192
+ },
193
+ "original": {
194
+ "owner": "cachix",
195
+ "ref": "latest",
196
+ "repo": "cachix",
197
+ "type": "github"
198
+ }
199
+ },
200
+ "crate2nix": {
201
+ "flake": false,
202
+ "locked": {
203
+ "lastModified": 1772186516,
204
+ "narHash": "sha256-8s28pzmQ6TOIUzznwFibtW1CMieMUl1rYJIxoQYor58=",
205
+ "owner": "rossng",
206
+ "repo": "crate2nix",
207
+ "rev": "ba5dd398e31ee422fbe021767eb83b0650303a6e",
208
+ "type": "github"
209
+ },
210
+ "original": {
211
+ "owner": "rossng",
212
+ "repo": "crate2nix",
213
+ "rev": "ba5dd398e31ee422fbe021767eb83b0650303a6e",
214
+ "type": "github"
215
+ }
216
+ },
217
+ "crate2nix_2": {
218
+ "inputs": {
219
+ "cachix": "cachix_2",
220
+ "devshell": "devshell",
221
+ "flake-compat": "flake-compat_2",
222
+ "flake-parts": "flake-parts_2",
223
+ "nix-test-runner": "nix-test-runner",
224
+ "nixpkgs": [
225
+ "forge",
226
+ "nixpkgs"
227
+ ],
228
+ "pre-commit-hooks": "pre-commit-hooks"
229
+ },
230
+ "locked": {
231
+ "lastModified": 1774369503,
232
+ "narHash": "sha256-YeCF4iBhlvTqkn4mihjZgixnDcEVgfyQlNeBsbLYUgQ=",
233
+ "owner": "nix-community",
234
+ "repo": "crate2nix",
235
+ "rev": "b873ca53dd64e12340416f0fd5e3b33792b9c17b",
236
+ "type": "github"
237
+ },
238
+ "original": {
239
+ "owner": "nix-community",
240
+ "repo": "crate2nix",
241
+ "type": "github"
242
+ }
243
+ },
244
+ "crate2nix_3": {
245
+ "flake": false,
246
+ "locked": {
247
+ "lastModified": 1772186516,
248
+ "narHash": "sha256-8s28pzmQ6TOIUzznwFibtW1CMieMUl1rYJIxoQYor58=",
249
+ "owner": "rossng",
250
+ "repo": "crate2nix",
251
+ "rev": "ba5dd398e31ee422fbe021767eb83b0650303a6e",
252
+ "type": "github"
253
+ },
254
+ "original": {
255
+ "owner": "rossng",
256
+ "repo": "crate2nix",
257
+ "rev": "ba5dd398e31ee422fbe021767eb83b0650303a6e",
258
+ "type": "github"
259
+ }
260
+ },
261
+ "crate2nix_4": {
262
+ "flake": false,
263
+ "locked": {
264
+ "lastModified": 1774369503,
265
+ "narHash": "sha256-YeCF4iBhlvTqkn4mihjZgixnDcEVgfyQlNeBsbLYUgQ=",
266
+ "owner": "nix-community",
267
+ "repo": "crate2nix",
268
+ "rev": "b873ca53dd64e12340416f0fd5e3b33792b9c17b",
269
+ "type": "github"
270
+ },
271
+ "original": {
272
+ "owner": "nix-community",
273
+ "repo": "crate2nix",
274
+ "type": "github"
275
+ }
276
+ },
277
+ "crate2nix_5": {
278
+ "inputs": {
279
+ "cachix": "cachix_5",
280
+ "crate2nix_stable": "crate2nix_stable",
281
+ "devshell": "devshell_3",
282
+ "flake-compat": "flake-compat_5",
283
+ "flake-parts": "flake-parts_6",
284
+ "nix-test-runner": "nix-test-runner_3",
285
+ "nixpkgs": [
286
+ "substrate",
287
+ "devenv",
288
+ "nixpkgs"
289
+ ],
290
+ "pre-commit-hooks": "pre-commit-hooks_3"
291
+ },
292
+ "locked": {
293
+ "lastModified": 1772186516,
294
+ "narHash": "sha256-8s28pzmQ6TOIUzznwFibtW1CMieMUl1rYJIxoQYor58=",
295
+ "owner": "rossng",
296
+ "repo": "crate2nix",
297
+ "rev": "ba5dd398e31ee422fbe021767eb83b0650303a6e",
298
+ "type": "github"
299
+ },
300
+ "original": {
301
+ "owner": "rossng",
302
+ "repo": "crate2nix",
303
+ "rev": "ba5dd398e31ee422fbe021767eb83b0650303a6e",
304
+ "type": "github"
305
+ }
306
+ },
307
+ "crate2nix_stable": {
308
+ "inputs": {
309
+ "cachix": "cachix_6",
310
+ "crate2nix_stable": [
311
+ "substrate",
312
+ "devenv",
313
+ "crate2nix",
314
+ "crate2nix_stable"
315
+ ],
316
+ "devshell": "devshell_2",
317
+ "flake-compat": "flake-compat_4",
318
+ "flake-parts": "flake-parts_5",
319
+ "nix-test-runner": "nix-test-runner_2",
320
+ "nixpkgs": "nixpkgs_6",
321
+ "pre-commit-hooks": "pre-commit-hooks_2"
322
+ },
323
+ "locked": {
324
+ "lastModified": 1769627083,
325
+ "narHash": "sha256-SUuruvw1/moNzCZosHaa60QMTL+L9huWdsCBN6XZIic=",
326
+ "owner": "nix-community",
327
+ "repo": "crate2nix",
328
+ "rev": "7c33e664668faecf7655fa53861d7a80c9e464a2",
329
+ "type": "github"
330
+ },
331
+ "original": {
332
+ "owner": "nix-community",
333
+ "ref": "0.15.0",
334
+ "repo": "crate2nix",
335
+ "type": "github"
336
+ }
337
+ },
338
+ "devenv": {
339
+ "inputs": {
340
+ "cachix": "cachix",
341
+ "crate2nix": "crate2nix",
342
+ "flake-compat": "flake-compat",
343
+ "flake-parts": "flake-parts",
344
+ "ghostty": "ghostty",
345
+ "git-hooks": "git-hooks",
346
+ "nix": "nix",
347
+ "nixd": "nixd",
348
+ "nixpkgs": [
349
+ "nixpkgs"
350
+ ],
351
+ "rust-overlay": "rust-overlay"
352
+ },
353
+ "locked": {
354
+ "lastModified": 1779303056,
355
+ "narHash": "sha256-+DJSNTtrdUb5yelcKp8fa5aITlg050701WCOJt0oMtI=",
356
+ "owner": "cachix",
357
+ "repo": "devenv",
358
+ "rev": "0d0be23517b92cbcedd95a0dbb6f735deae9b38c",
359
+ "type": "github"
360
+ },
361
+ "original": {
362
+ "owner": "cachix",
363
+ "repo": "devenv",
364
+ "type": "github"
365
+ }
366
+ },
367
+ "devenv_2": {
368
+ "inputs": {
369
+ "cachix": "cachix_3",
370
+ "crate2nix": "crate2nix_3",
371
+ "flake-compat": "flake-compat_3",
372
+ "flake-parts": "flake-parts_3",
373
+ "ghostty": "ghostty_2",
374
+ "git-hooks": "git-hooks_3",
375
+ "nix": "nix_2",
376
+ "nixd": "nixd_2",
377
+ "nixpkgs": [
378
+ "forge",
379
+ "nixpkgs"
380
+ ],
381
+ "rust-overlay": "rust-overlay_2"
382
+ },
383
+ "locked": {
384
+ "lastModified": 1779303056,
385
+ "narHash": "sha256-+DJSNTtrdUb5yelcKp8fa5aITlg050701WCOJt0oMtI=",
386
+ "owner": "cachix",
387
+ "repo": "devenv",
388
+ "rev": "0d0be23517b92cbcedd95a0dbb6f735deae9b38c",
389
+ "type": "github"
390
+ },
391
+ "original": {
392
+ "owner": "cachix",
393
+ "repo": "devenv",
394
+ "type": "github"
395
+ }
396
+ },
397
+ "devenv_3": {
398
+ "inputs": {
399
+ "cachix": "cachix_4",
400
+ "crate2nix": "crate2nix_5",
401
+ "flake-compat": "flake-compat_6",
402
+ "flake-parts": "flake-parts_7",
403
+ "ghostty": "ghostty_3",
404
+ "git-hooks": "git-hooks_6",
405
+ "nix": "nix_3",
406
+ "nixd": "nixd_3",
407
+ "nixpkgs": [
408
+ "substrate",
409
+ "nixpkgs"
410
+ ],
411
+ "rust-overlay": "rust-overlay_3"
412
+ },
413
+ "locked": {
414
+ "lastModified": 1778071019,
415
+ "narHash": "sha256-vb4UzOKKdLext4faiI1KbI0yrTKNdI8wyxHvOMycWd8=",
416
+ "owner": "cachix",
417
+ "repo": "devenv",
418
+ "rev": "a3ebee0b80ce56ae4acba2c971c09ee6eca75338",
419
+ "type": "github"
420
+ },
421
+ "original": {
422
+ "owner": "cachix",
423
+ "repo": "devenv",
424
+ "rev": "a3ebee0b80ce56ae4acba2c971c09ee6eca75338",
425
+ "type": "github"
426
+ }
427
+ },
428
+ "devshell": {
429
+ "inputs": {
430
+ "nixpkgs": [
431
+ "forge",
432
+ "crate2nix",
433
+ "nixpkgs"
434
+ ]
435
+ },
436
+ "locked": {
437
+ "lastModified": 1768818222,
438
+ "narHash": "sha256-460jc0+CZfyaO8+w8JNtlClB2n4ui1RbHfPTLkpwhU8=",
439
+ "owner": "numtide",
440
+ "repo": "devshell",
441
+ "rev": "255a2b1725a20d060f566e4755dbf571bbbb5f76",
442
+ "type": "github"
443
+ },
444
+ "original": {
445
+ "owner": "numtide",
446
+ "repo": "devshell",
447
+ "type": "github"
448
+ }
449
+ },
450
+ "devshell_2": {
451
+ "inputs": {
452
+ "nixpkgs": [
453
+ "substrate",
454
+ "devenv",
455
+ "crate2nix",
456
+ "crate2nix_stable",
457
+ "nixpkgs"
458
+ ]
459
+ },
460
+ "locked": {
461
+ "lastModified": 1768818222,
462
+ "narHash": "sha256-460jc0+CZfyaO8+w8JNtlClB2n4ui1RbHfPTLkpwhU8=",
463
+ "owner": "numtide",
464
+ "repo": "devshell",
465
+ "rev": "255a2b1725a20d060f566e4755dbf571bbbb5f76",
466
+ "type": "github"
467
+ },
468
+ "original": {
469
+ "owner": "numtide",
470
+ "repo": "devshell",
471
+ "type": "github"
472
+ }
473
+ },
474
+ "devshell_3": {
475
+ "inputs": {
476
+ "nixpkgs": [
477
+ "substrate",
478
+ "devenv",
479
+ "crate2nix",
480
+ "nixpkgs"
481
+ ]
482
+ },
483
+ "locked": {
484
+ "lastModified": 1768818222,
485
+ "narHash": "sha256-460jc0+CZfyaO8+w8JNtlClB2n4ui1RbHfPTLkpwhU8=",
486
+ "owner": "numtide",
487
+ "repo": "devshell",
488
+ "rev": "255a2b1725a20d060f566e4755dbf571bbbb5f76",
489
+ "type": "github"
490
+ },
491
+ "original": {
492
+ "owner": "numtide",
493
+ "repo": "devshell",
494
+ "type": "github"
495
+ }
496
+ },
497
+ "fenix": {
498
+ "inputs": {
499
+ "nixpkgs": [
500
+ "forge",
501
+ "nixpkgs"
502
+ ],
503
+ "rust-analyzer-src": "rust-analyzer-src"
504
+ },
505
+ "locked": {
506
+ "lastModified": 1779270500,
507
+ "narHash": "sha256-r60KTphdevmdIDz1iJ529HvcpOq082ZZ1OnN3jDnrqk=",
508
+ "owner": "nix-community",
509
+ "repo": "fenix",
510
+ "rev": "848395a91def85c11694587636151d89555f1ddb",
511
+ "type": "github"
512
+ },
513
+ "original": {
514
+ "owner": "nix-community",
515
+ "repo": "fenix",
516
+ "type": "github"
517
+ }
518
+ },
519
+ "fenix_2": {
520
+ "inputs": {
521
+ "nixpkgs": [
522
+ "substrate",
523
+ "nixpkgs"
524
+ ],
525
+ "rust-analyzer-src": "rust-analyzer-src_2"
526
+ },
527
+ "locked": {
528
+ "lastModified": 1779270500,
529
+ "narHash": "sha256-r60KTphdevmdIDz1iJ529HvcpOq082ZZ1OnN3jDnrqk=",
530
+ "owner": "nix-community",
531
+ "repo": "fenix",
532
+ "rev": "848395a91def85c11694587636151d89555f1ddb",
533
+ "type": "github"
534
+ },
535
+ "original": {
536
+ "owner": "nix-community",
537
+ "repo": "fenix",
538
+ "type": "github"
539
+ }
540
+ },
541
+ "flake-compat": {
542
+ "flake": false,
543
+ "locked": {
544
+ "lastModified": 1767039857,
545
+ "narHash": "sha256-vNpUSpF5Nuw8xvDLj2KCwwksIbjua2LZCqhV1LNRDns=",
546
+ "owner": "edolstra",
547
+ "repo": "flake-compat",
548
+ "rev": "5edf11c44bc78a0d334f6334cdaf7d60d732daab",
549
+ "type": "github"
550
+ },
551
+ "original": {
552
+ "owner": "edolstra",
553
+ "repo": "flake-compat",
554
+ "type": "github"
555
+ }
556
+ },
557
+ "flake-compat_2": {
558
+ "locked": {
559
+ "lastModified": 1733328505,
560
+ "narHash": "sha256-NeCCThCEP3eCl2l/+27kNNK7QrwZB1IJCrXfrbv5oqU=",
561
+ "rev": "ff81ac966bb2cae68946d5ed5fc4994f96d0ffec",
562
+ "revCount": 69,
563
+ "type": "tarball",
564
+ "url": "https://api.flakehub.com/f/pinned/edolstra/flake-compat/1.1.0/01948eb7-9cba-704f-bbf3-3fa956735b52/source.tar.gz"
565
+ },
566
+ "original": {
567
+ "type": "tarball",
568
+ "url": "https://flakehub.com/f/edolstra/flake-compat/1.tar.gz"
569
+ }
570
+ },
571
+ "flake-compat_3": {
572
+ "flake": false,
573
+ "locked": {
574
+ "lastModified": 1767039857,
575
+ "narHash": "sha256-vNpUSpF5Nuw8xvDLj2KCwwksIbjua2LZCqhV1LNRDns=",
576
+ "owner": "edolstra",
577
+ "repo": "flake-compat",
578
+ "rev": "5edf11c44bc78a0d334f6334cdaf7d60d732daab",
579
+ "type": "github"
580
+ },
581
+ "original": {
582
+ "owner": "edolstra",
583
+ "repo": "flake-compat",
584
+ "type": "github"
585
+ }
586
+ },
587
+ "flake-compat_4": {
588
+ "locked": {
589
+ "lastModified": 1733328505,
590
+ "narHash": "sha256-NeCCThCEP3eCl2l/+27kNNK7QrwZB1IJCrXfrbv5oqU=",
591
+ "rev": "ff81ac966bb2cae68946d5ed5fc4994f96d0ffec",
592
+ "revCount": 69,
593
+ "type": "tarball",
594
+ "url": "https://api.flakehub.com/f/pinned/edolstra/flake-compat/1.1.0/01948eb7-9cba-704f-bbf3-3fa956735b52/source.tar.gz"
595
+ },
596
+ "original": {
597
+ "type": "tarball",
598
+ "url": "https://flakehub.com/f/edolstra/flake-compat/1.tar.gz"
599
+ }
600
+ },
601
+ "flake-compat_5": {
602
+ "locked": {
603
+ "lastModified": 1733328505,
604
+ "narHash": "sha256-NeCCThCEP3eCl2l/+27kNNK7QrwZB1IJCrXfrbv5oqU=",
605
+ "rev": "ff81ac966bb2cae68946d5ed5fc4994f96d0ffec",
606
+ "revCount": 69,
607
+ "type": "tarball",
608
+ "url": "https://api.flakehub.com/f/pinned/edolstra/flake-compat/1.1.0/01948eb7-9cba-704f-bbf3-3fa956735b52/source.tar.gz"
609
+ },
610
+ "original": {
611
+ "type": "tarball",
612
+ "url": "https://flakehub.com/f/edolstra/flake-compat/1.tar.gz"
613
+ }
614
+ },
615
+ "flake-compat_6": {
616
+ "flake": false,
617
+ "locked": {
618
+ "lastModified": 1767039857,
619
+ "narHash": "sha256-vNpUSpF5Nuw8xvDLj2KCwwksIbjua2LZCqhV1LNRDns=",
620
+ "owner": "edolstra",
621
+ "repo": "flake-compat",
622
+ "rev": "5edf11c44bc78a0d334f6334cdaf7d60d732daab",
623
+ "type": "github"
624
+ },
625
+ "original": {
626
+ "owner": "edolstra",
627
+ "repo": "flake-compat",
628
+ "type": "github"
629
+ }
630
+ },
631
+ "flake-compat_7": {
632
+ "flake": false,
633
+ "locked": {
634
+ "lastModified": 1761588595,
635
+ "narHash": "sha256-XKUZz9zewJNUj46b4AJdiRZJAvSZ0Dqj2BNfXvFlJC4=",
636
+ "owner": "edolstra",
637
+ "repo": "flake-compat",
638
+ "rev": "f387cd2afec9419c8ee37694406ca490c3f34ee5",
639
+ "type": "github"
640
+ },
641
+ "original": {
642
+ "owner": "edolstra",
643
+ "repo": "flake-compat",
644
+ "type": "github"
645
+ }
646
+ },
647
+ "flake-parts": {
648
+ "inputs": {
649
+ "nixpkgs-lib": [
650
+ "devenv",
651
+ "nixpkgs"
652
+ ]
653
+ },
654
+ "locked": {
655
+ "lastModified": 1778716662,
656
+ "narHash": "sha256-m1Yf0wZ8j1OHjTc2UwHwyQRSnNeSgLJOd7q5Y45hzi4=",
657
+ "owner": "hercules-ci",
658
+ "repo": "flake-parts",
659
+ "rev": "f7c1a2d347e4c52d5fb8d10cb4d94b5884e546fb",
660
+ "type": "github"
661
+ },
662
+ "original": {
663
+ "owner": "hercules-ci",
664
+ "repo": "flake-parts",
665
+ "type": "github"
666
+ }
667
+ },
668
+ "flake-parts_2": {
669
+ "inputs": {
670
+ "nixpkgs-lib": [
671
+ "forge",
672
+ "crate2nix",
673
+ "nixpkgs"
674
+ ]
675
+ },
676
+ "locked": {
677
+ "lastModified": 1768135262,
678
+ "narHash": "sha256-PVvu7OqHBGWN16zSi6tEmPwwHQ4rLPU9Plvs8/1TUBY=",
679
+ "owner": "hercules-ci",
680
+ "repo": "flake-parts",
681
+ "rev": "80daad04eddbbf5a4d883996a73f3f542fa437ac",
682
+ "type": "github"
683
+ },
684
+ "original": {
685
+ "owner": "hercules-ci",
686
+ "repo": "flake-parts",
687
+ "type": "github"
688
+ }
689
+ },
690
+ "flake-parts_3": {
691
+ "inputs": {
692
+ "nixpkgs-lib": [
693
+ "forge",
694
+ "devenv",
695
+ "nixpkgs"
696
+ ]
697
+ },
698
+ "locked": {
699
+ "lastModified": 1778716662,
700
+ "narHash": "sha256-m1Yf0wZ8j1OHjTc2UwHwyQRSnNeSgLJOd7q5Y45hzi4=",
701
+ "owner": "hercules-ci",
702
+ "repo": "flake-parts",
703
+ "rev": "f7c1a2d347e4c52d5fb8d10cb4d94b5884e546fb",
704
+ "type": "github"
705
+ },
706
+ "original": {
707
+ "owner": "hercules-ci",
708
+ "repo": "flake-parts",
709
+ "type": "github"
710
+ }
711
+ },
712
+ "flake-parts_4": {
713
+ "inputs": {
714
+ "nixpkgs-lib": [
715
+ "forge",
716
+ "nixpkgs"
717
+ ]
718
+ },
719
+ "locked": {
720
+ "lastModified": 1778716662,
721
+ "narHash": "sha256-m1Yf0wZ8j1OHjTc2UwHwyQRSnNeSgLJOd7q5Y45hzi4=",
722
+ "owner": "hercules-ci",
723
+ "repo": "flake-parts",
724
+ "rev": "f7c1a2d347e4c52d5fb8d10cb4d94b5884e546fb",
725
+ "type": "github"
726
+ },
727
+ "original": {
728
+ "owner": "hercules-ci",
729
+ "repo": "flake-parts",
730
+ "type": "github"
731
+ }
732
+ },
733
+ "flake-parts_5": {
734
+ "inputs": {
735
+ "nixpkgs-lib": [
736
+ "substrate",
737
+ "devenv",
738
+ "crate2nix",
739
+ "crate2nix_stable",
740
+ "nixpkgs"
741
+ ]
742
+ },
743
+ "locked": {
744
+ "lastModified": 1768135262,
745
+ "narHash": "sha256-PVvu7OqHBGWN16zSi6tEmPwwHQ4rLPU9Plvs8/1TUBY=",
746
+ "owner": "hercules-ci",
747
+ "repo": "flake-parts",
748
+ "rev": "80daad04eddbbf5a4d883996a73f3f542fa437ac",
749
+ "type": "github"
750
+ },
751
+ "original": {
752
+ "owner": "hercules-ci",
753
+ "repo": "flake-parts",
754
+ "type": "github"
755
+ }
756
+ },
757
+ "flake-parts_6": {
758
+ "inputs": {
759
+ "nixpkgs-lib": [
760
+ "substrate",
761
+ "devenv",
762
+ "crate2nix",
763
+ "nixpkgs"
764
+ ]
765
+ },
766
+ "locked": {
767
+ "lastModified": 1768135262,
768
+ "narHash": "sha256-PVvu7OqHBGWN16zSi6tEmPwwHQ4rLPU9Plvs8/1TUBY=",
769
+ "owner": "hercules-ci",
770
+ "repo": "flake-parts",
771
+ "rev": "80daad04eddbbf5a4d883996a73f3f542fa437ac",
772
+ "type": "github"
773
+ },
774
+ "original": {
775
+ "owner": "hercules-ci",
776
+ "repo": "flake-parts",
777
+ "type": "github"
778
+ }
779
+ },
780
+ "flake-parts_7": {
781
+ "inputs": {
782
+ "nixpkgs-lib": [
783
+ "substrate",
784
+ "devenv",
785
+ "nixpkgs"
786
+ ]
787
+ },
788
+ "locked": {
789
+ "lastModified": 1777678872,
790
+ "narHash": "sha256-EPIFsulyon7Z1vLQq5Fk64GR8L7cQsT+IPhcsukVbgk=",
791
+ "owner": "hercules-ci",
792
+ "repo": "flake-parts",
793
+ "rev": "5250617bffd85403b14dbf43c3870e7f255d2c16",
794
+ "type": "github"
795
+ },
796
+ "original": {
797
+ "owner": "hercules-ci",
798
+ "repo": "flake-parts",
799
+ "type": "github"
800
+ }
801
+ },
802
+ "flake-parts_8": {
803
+ "inputs": {
804
+ "nixpkgs-lib": [
805
+ "substrate",
806
+ "nixpkgs"
807
+ ]
808
+ },
809
+ "locked": {
810
+ "lastModified": 1778716662,
811
+ "narHash": "sha256-m1Yf0wZ8j1OHjTc2UwHwyQRSnNeSgLJOd7q5Y45hzi4=",
812
+ "owner": "hercules-ci",
813
+ "repo": "flake-parts",
814
+ "rev": "f7c1a2d347e4c52d5fb8d10cb4d94b5884e546fb",
815
+ "type": "github"
816
+ },
817
+ "original": {
818
+ "owner": "hercules-ci",
819
+ "repo": "flake-parts",
820
+ "type": "github"
821
+ }
822
+ },
823
+ "flake-utils": {
824
+ "inputs": {
825
+ "systems": "systems"
826
+ },
827
+ "locked": {
828
+ "lastModified": 1731533236,
829
+ "narHash": "sha256-l0KFg5HjrsfsO/JpG+r7fRrqm12kzFHyUHqHCVpMMbI=",
830
+ "owner": "numtide",
831
+ "repo": "flake-utils",
832
+ "rev": "11707dc2f618dd54ca8739b309ec4fc024de578b",
833
+ "type": "github"
834
+ },
835
+ "original": {
836
+ "owner": "numtide",
837
+ "repo": "flake-utils",
838
+ "type": "github"
839
+ }
840
+ },
841
+ "forge": {
842
+ "inputs": {
843
+ "crate2nix": "crate2nix_2",
844
+ "devenv": "devenv_2",
845
+ "fenix": "fenix",
846
+ "flake-parts": "flake-parts_4",
847
+ "nixpkgs": [
848
+ "nixpkgs"
849
+ ],
850
+ "substrate": [
851
+ "substrate"
852
+ ]
853
+ },
854
+ "locked": {
855
+ "lastModified": 1779340971,
856
+ "narHash": "sha256-LZFWE+J6owq3YXDKsSAfvT4aDoVNU44k6YcmRicg3Wc=",
857
+ "owner": "pleme-io",
858
+ "repo": "forge",
859
+ "rev": "d9cf2d459dc4d271543c13b41a58acad7af8af5d",
860
+ "type": "github"
861
+ },
862
+ "original": {
863
+ "owner": "pleme-io",
864
+ "repo": "forge",
865
+ "type": "github"
866
+ }
867
+ },
868
+ "ghostty": {
869
+ "flake": false,
870
+ "locked": {
871
+ "lastModified": 1779069789,
872
+ "narHash": "sha256-ojo+gso45/6CVSuqfSVnlWpQ4d0QeLgwok+v/g3yu0E=",
873
+ "owner": "ghostty-org",
874
+ "repo": "ghostty",
875
+ "rev": "4b7bf0b20e3baf9c1ba10c63f2ad1fd853faea8f",
876
+ "type": "github"
877
+ },
878
+ "original": {
879
+ "owner": "ghostty-org",
880
+ "repo": "ghostty",
881
+ "type": "github"
882
+ }
883
+ },
884
+ "ghostty_2": {
885
+ "flake": false,
886
+ "locked": {
887
+ "lastModified": 1779069789,
888
+ "narHash": "sha256-ojo+gso45/6CVSuqfSVnlWpQ4d0QeLgwok+v/g3yu0E=",
889
+ "owner": "ghostty-org",
890
+ "repo": "ghostty",
891
+ "rev": "4b7bf0b20e3baf9c1ba10c63f2ad1fd853faea8f",
892
+ "type": "github"
893
+ },
894
+ "original": {
895
+ "owner": "ghostty-org",
896
+ "repo": "ghostty",
897
+ "type": "github"
898
+ }
899
+ },
900
+ "ghostty_3": {
901
+ "inputs": {
902
+ "flake-compat": "flake-compat_7",
903
+ "home-manager": "home-manager",
904
+ "nixpkgs": "nixpkgs_7",
905
+ "systems": "systems_2",
906
+ "zig": "zig",
907
+ "zon2nix": "zon2nix"
908
+ },
909
+ "locked": {
910
+ "lastModified": 1777773742,
911
+ "narHash": "sha256-dZFc+8az7BUIs8+v45XqNnY5G6oXEwVfVVHZQuATSGQ=",
912
+ "owner": "ghostty-org",
913
+ "repo": "ghostty",
914
+ "rev": "1547dd667ab6d1f4ebcdc7282adc54c95752ee67",
915
+ "type": "github"
916
+ },
917
+ "original": {
918
+ "owner": "ghostty-org",
919
+ "repo": "ghostty",
920
+ "type": "github"
921
+ }
922
+ },
923
+ "git-hooks": {
924
+ "inputs": {
925
+ "flake-compat": [
926
+ "devenv",
927
+ "flake-compat"
928
+ ],
929
+ "gitignore": "gitignore",
930
+ "nixpkgs": [
931
+ "devenv",
932
+ "nixpkgs"
933
+ ]
934
+ },
935
+ "locked": {
936
+ "lastModified": 1778507602,
937
+ "narHash": "sha256-kTwur1wV+01SdqskVMSo6JMEpg71ps3HpbFY2GsflKs=",
938
+ "owner": "cachix",
939
+ "repo": "git-hooks.nix",
940
+ "rev": "61ab0e80d9c7ab14c256b5b453d8b3fb0189ba0a",
941
+ "type": "github"
942
+ },
943
+ "original": {
944
+ "owner": "cachix",
945
+ "repo": "git-hooks.nix",
946
+ "type": "github"
947
+ }
948
+ },
949
+ "git-hooks_2": {
950
+ "inputs": {
951
+ "flake-compat": [
952
+ "forge",
953
+ "crate2nix",
954
+ "cachix",
955
+ "flake-compat"
956
+ ],
957
+ "gitignore": "gitignore_2",
958
+ "nixpkgs": [
959
+ "forge",
960
+ "crate2nix",
961
+ "cachix",
962
+ "nixpkgs"
963
+ ]
964
+ },
965
+ "locked": {
966
+ "lastModified": 1765404074,
967
+ "narHash": "sha256-+ZDU2d+vzWkEJiqprvV5PR26DVFN2vgddwG5SnPZcUM=",
968
+ "owner": "cachix",
969
+ "repo": "git-hooks.nix",
970
+ "rev": "2d6f58930fbcd82f6f9fd59fb6d13e37684ca529",
971
+ "type": "github"
972
+ },
973
+ "original": {
974
+ "owner": "cachix",
975
+ "repo": "git-hooks.nix",
976
+ "type": "github"
977
+ }
978
+ },
979
+ "git-hooks_3": {
980
+ "inputs": {
981
+ "flake-compat": [
982
+ "forge",
983
+ "devenv",
984
+ "flake-compat"
985
+ ],
986
+ "gitignore": "gitignore_4",
987
+ "nixpkgs": [
988
+ "forge",
989
+ "devenv",
990
+ "nixpkgs"
991
+ ]
992
+ },
993
+ "locked": {
994
+ "lastModified": 1778507602,
995
+ "narHash": "sha256-kTwur1wV+01SdqskVMSo6JMEpg71ps3HpbFY2GsflKs=",
996
+ "owner": "cachix",
997
+ "repo": "git-hooks.nix",
998
+ "rev": "61ab0e80d9c7ab14c256b5b453d8b3fb0189ba0a",
999
+ "type": "github"
1000
+ },
1001
+ "original": {
1002
+ "owner": "cachix",
1003
+ "repo": "git-hooks.nix",
1004
+ "type": "github"
1005
+ }
1006
+ },
1007
+ "git-hooks_4": {
1008
+ "inputs": {
1009
+ "flake-compat": [
1010
+ "substrate",
1011
+ "devenv",
1012
+ "crate2nix",
1013
+ "cachix",
1014
+ "flake-compat"
1015
+ ],
1016
+ "gitignore": "gitignore_5",
1017
+ "nixpkgs": [
1018
+ "substrate",
1019
+ "devenv",
1020
+ "crate2nix",
1021
+ "cachix",
1022
+ "nixpkgs"
1023
+ ]
1024
+ },
1025
+ "locked": {
1026
+ "lastModified": 1765404074,
1027
+ "narHash": "sha256-+ZDU2d+vzWkEJiqprvV5PR26DVFN2vgddwG5SnPZcUM=",
1028
+ "owner": "cachix",
1029
+ "repo": "git-hooks.nix",
1030
+ "rev": "2d6f58930fbcd82f6f9fd59fb6d13e37684ca529",
1031
+ "type": "github"
1032
+ },
1033
+ "original": {
1034
+ "owner": "cachix",
1035
+ "repo": "git-hooks.nix",
1036
+ "type": "github"
1037
+ }
1038
+ },
1039
+ "git-hooks_5": {
1040
+ "inputs": {
1041
+ "flake-compat": [
1042
+ "substrate",
1043
+ "devenv",
1044
+ "crate2nix",
1045
+ "crate2nix_stable",
1046
+ "cachix",
1047
+ "flake-compat"
1048
+ ],
1049
+ "gitignore": "gitignore_6",
1050
+ "nixpkgs": [
1051
+ "substrate",
1052
+ "devenv",
1053
+ "crate2nix",
1054
+ "crate2nix_stable",
1055
+ "cachix",
1056
+ "nixpkgs"
1057
+ ]
1058
+ },
1059
+ "locked": {
1060
+ "lastModified": 1765404074,
1061
+ "narHash": "sha256-+ZDU2d+vzWkEJiqprvV5PR26DVFN2vgddwG5SnPZcUM=",
1062
+ "owner": "cachix",
1063
+ "repo": "git-hooks.nix",
1064
+ "rev": "2d6f58930fbcd82f6f9fd59fb6d13e37684ca529",
1065
+ "type": "github"
1066
+ },
1067
+ "original": {
1068
+ "owner": "cachix",
1069
+ "repo": "git-hooks.nix",
1070
+ "type": "github"
1071
+ }
1072
+ },
1073
+ "git-hooks_6": {
1074
+ "inputs": {
1075
+ "flake-compat": [
1076
+ "substrate",
1077
+ "devenv",
1078
+ "flake-compat"
1079
+ ],
1080
+ "gitignore": "gitignore_9",
1081
+ "nixpkgs": [
1082
+ "substrate",
1083
+ "devenv",
1084
+ "nixpkgs"
1085
+ ]
1086
+ },
1087
+ "locked": {
1088
+ "lastModified": 1776796298,
1089
+ "narHash": "sha256-PcRvlWayisPSjd0UcRQbhG8Oqw78AcPE6x872cPRHN8=",
1090
+ "owner": "cachix",
1091
+ "repo": "git-hooks.nix",
1092
+ "rev": "3cfd774b0a530725a077e17354fbdb87ea1c4aad",
1093
+ "type": "github"
1094
+ },
1095
+ "original": {
1096
+ "owner": "cachix",
1097
+ "repo": "git-hooks.nix",
1098
+ "type": "github"
1099
+ }
1100
+ },
1101
+ "gitignore": {
1102
+ "inputs": {
1103
+ "nixpkgs": [
1104
+ "devenv",
1105
+ "git-hooks",
1106
+ "nixpkgs"
1107
+ ]
1108
+ },
1109
+ "locked": {
1110
+ "lastModified": 1709087332,
1111
+ "narHash": "sha256-HG2cCnktfHsKV0s4XW83gU3F57gaTljL9KNSuG6bnQs=",
1112
+ "owner": "hercules-ci",
1113
+ "repo": "gitignore.nix",
1114
+ "rev": "637db329424fd7e46cf4185293b9cc8c88c95394",
1115
+ "type": "github"
1116
+ },
1117
+ "original": {
1118
+ "owner": "hercules-ci",
1119
+ "repo": "gitignore.nix",
1120
+ "type": "github"
1121
+ }
1122
+ },
1123
+ "gitignore_2": {
1124
+ "inputs": {
1125
+ "nixpkgs": [
1126
+ "forge",
1127
+ "crate2nix",
1128
+ "cachix",
1129
+ "git-hooks",
1130
+ "nixpkgs"
1131
+ ]
1132
+ },
1133
+ "locked": {
1134
+ "lastModified": 1709087332,
1135
+ "narHash": "sha256-HG2cCnktfHsKV0s4XW83gU3F57gaTljL9KNSuG6bnQs=",
1136
+ "owner": "hercules-ci",
1137
+ "repo": "gitignore.nix",
1138
+ "rev": "637db329424fd7e46cf4185293b9cc8c88c95394",
1139
+ "type": "github"
1140
+ },
1141
+ "original": {
1142
+ "owner": "hercules-ci",
1143
+ "repo": "gitignore.nix",
1144
+ "type": "github"
1145
+ }
1146
+ },
1147
+ "gitignore_3": {
1148
+ "inputs": {
1149
+ "nixpkgs": [
1150
+ "forge",
1151
+ "crate2nix",
1152
+ "pre-commit-hooks",
1153
+ "nixpkgs"
1154
+ ]
1155
+ },
1156
+ "locked": {
1157
+ "lastModified": 1709087332,
1158
+ "narHash": "sha256-HG2cCnktfHsKV0s4XW83gU3F57gaTljL9KNSuG6bnQs=",
1159
+ "owner": "hercules-ci",
1160
+ "repo": "gitignore.nix",
1161
+ "rev": "637db329424fd7e46cf4185293b9cc8c88c95394",
1162
+ "type": "github"
1163
+ },
1164
+ "original": {
1165
+ "owner": "hercules-ci",
1166
+ "repo": "gitignore.nix",
1167
+ "type": "github"
1168
+ }
1169
+ },
1170
+ "gitignore_4": {
1171
+ "inputs": {
1172
+ "nixpkgs": [
1173
+ "forge",
1174
+ "devenv",
1175
+ "git-hooks",
1176
+ "nixpkgs"
1177
+ ]
1178
+ },
1179
+ "locked": {
1180
+ "lastModified": 1709087332,
1181
+ "narHash": "sha256-HG2cCnktfHsKV0s4XW83gU3F57gaTljL9KNSuG6bnQs=",
1182
+ "owner": "hercules-ci",
1183
+ "repo": "gitignore.nix",
1184
+ "rev": "637db329424fd7e46cf4185293b9cc8c88c95394",
1185
+ "type": "github"
1186
+ },
1187
+ "original": {
1188
+ "owner": "hercules-ci",
1189
+ "repo": "gitignore.nix",
1190
+ "type": "github"
1191
+ }
1192
+ },
1193
+ "gitignore_5": {
1194
+ "inputs": {
1195
+ "nixpkgs": [
1196
+ "substrate",
1197
+ "devenv",
1198
+ "crate2nix",
1199
+ "cachix",
1200
+ "git-hooks",
1201
+ "nixpkgs"
1202
+ ]
1203
+ },
1204
+ "locked": {
1205
+ "lastModified": 1709087332,
1206
+ "narHash": "sha256-HG2cCnktfHsKV0s4XW83gU3F57gaTljL9KNSuG6bnQs=",
1207
+ "owner": "hercules-ci",
1208
+ "repo": "gitignore.nix",
1209
+ "rev": "637db329424fd7e46cf4185293b9cc8c88c95394",
1210
+ "type": "github"
1211
+ },
1212
+ "original": {
1213
+ "owner": "hercules-ci",
1214
+ "repo": "gitignore.nix",
1215
+ "type": "github"
1216
+ }
1217
+ },
1218
+ "gitignore_6": {
1219
+ "inputs": {
1220
+ "nixpkgs": [
1221
+ "substrate",
1222
+ "devenv",
1223
+ "crate2nix",
1224
+ "crate2nix_stable",
1225
+ "cachix",
1226
+ "git-hooks",
1227
+ "nixpkgs"
1228
+ ]
1229
+ },
1230
+ "locked": {
1231
+ "lastModified": 1709087332,
1232
+ "narHash": "sha256-HG2cCnktfHsKV0s4XW83gU3F57gaTljL9KNSuG6bnQs=",
1233
+ "owner": "hercules-ci",
1234
+ "repo": "gitignore.nix",
1235
+ "rev": "637db329424fd7e46cf4185293b9cc8c88c95394",
1236
+ "type": "github"
1237
+ },
1238
+ "original": {
1239
+ "owner": "hercules-ci",
1240
+ "repo": "gitignore.nix",
1241
+ "type": "github"
1242
+ }
1243
+ },
1244
+ "gitignore_7": {
1245
+ "inputs": {
1246
+ "nixpkgs": [
1247
+ "substrate",
1248
+ "devenv",
1249
+ "crate2nix",
1250
+ "crate2nix_stable",
1251
+ "pre-commit-hooks",
1252
+ "nixpkgs"
1253
+ ]
1254
+ },
1255
+ "locked": {
1256
+ "lastModified": 1709087332,
1257
+ "narHash": "sha256-HG2cCnktfHsKV0s4XW83gU3F57gaTljL9KNSuG6bnQs=",
1258
+ "owner": "hercules-ci",
1259
+ "repo": "gitignore.nix",
1260
+ "rev": "637db329424fd7e46cf4185293b9cc8c88c95394",
1261
+ "type": "github"
1262
+ },
1263
+ "original": {
1264
+ "owner": "hercules-ci",
1265
+ "repo": "gitignore.nix",
1266
+ "type": "github"
1267
+ }
1268
+ },
1269
+ "gitignore_8": {
1270
+ "inputs": {
1271
+ "nixpkgs": [
1272
+ "substrate",
1273
+ "devenv",
1274
+ "crate2nix",
1275
+ "pre-commit-hooks",
1276
+ "nixpkgs"
1277
+ ]
1278
+ },
1279
+ "locked": {
1280
+ "lastModified": 1709087332,
1281
+ "narHash": "sha256-HG2cCnktfHsKV0s4XW83gU3F57gaTljL9KNSuG6bnQs=",
1282
+ "owner": "hercules-ci",
1283
+ "repo": "gitignore.nix",
1284
+ "rev": "637db329424fd7e46cf4185293b9cc8c88c95394",
1285
+ "type": "github"
1286
+ },
1287
+ "original": {
1288
+ "owner": "hercules-ci",
1289
+ "repo": "gitignore.nix",
1290
+ "type": "github"
1291
+ }
1292
+ },
1293
+ "gitignore_9": {
1294
+ "inputs": {
1295
+ "nixpkgs": [
1296
+ "substrate",
1297
+ "devenv",
1298
+ "git-hooks",
1299
+ "nixpkgs"
1300
+ ]
1301
+ },
1302
+ "locked": {
1303
+ "lastModified": 1709087332,
1304
+ "narHash": "sha256-HG2cCnktfHsKV0s4XW83gU3F57gaTljL9KNSuG6bnQs=",
1305
+ "owner": "hercules-ci",
1306
+ "repo": "gitignore.nix",
1307
+ "rev": "637db329424fd7e46cf4185293b9cc8c88c95394",
1308
+ "type": "github"
1309
+ },
1310
+ "original": {
1311
+ "owner": "hercules-ci",
1312
+ "repo": "gitignore.nix",
1313
+ "type": "github"
1314
+ }
1315
+ },
1316
+ "home-manager": {
1317
+ "inputs": {
1318
+ "nixpkgs": [
1319
+ "substrate",
1320
+ "devenv",
1321
+ "ghostty",
1322
+ "nixpkgs"
1323
+ ]
1324
+ },
1325
+ "locked": {
1326
+ "lastModified": 1770586272,
1327
+ "narHash": "sha256-Ucci8mu8QfxwzyfER2DQDbvW9t1BnTUJhBmY7ybralo=",
1328
+ "owner": "nix-community",
1329
+ "repo": "home-manager",
1330
+ "rev": "b1f916ba052341edc1f80d4b2399f1092a4873ca",
1331
+ "type": "github"
1332
+ },
1333
+ "original": {
1334
+ "owner": "nix-community",
1335
+ "repo": "home-manager",
1336
+ "type": "github"
1337
+ }
1338
+ },
1339
+ "nix": {
1340
+ "inputs": {
1341
+ "flake-compat": [
1342
+ "devenv",
1343
+ "flake-compat"
1344
+ ],
1345
+ "flake-parts": [
1346
+ "devenv",
1347
+ "flake-parts"
1348
+ ],
1349
+ "git-hooks-nix": [
1350
+ "devenv",
1351
+ "git-hooks"
1352
+ ],
1353
+ "nixpkgs": [
1354
+ "devenv",
1355
+ "nixpkgs"
1356
+ ],
1357
+ "nixpkgs-23-11": [
1358
+ "devenv"
1359
+ ],
1360
+ "nixpkgs-regression": [
1361
+ "devenv"
1362
+ ]
1363
+ },
1364
+ "locked": {
1365
+ "lastModified": 1776511668,
1366
+ "narHash": "sha256-g2KEBuHpc3a56c+jPcg0+w6LSuIj6f+zzdztLCOyIhc=",
1367
+ "owner": "cachix",
1368
+ "repo": "nix",
1369
+ "rev": "42d4b7de21c15f28c568410f4383fa06a8458a40",
1370
+ "type": "github"
1371
+ },
1372
+ "original": {
1373
+ "owner": "cachix",
1374
+ "ref": "devenv-2.34",
1375
+ "repo": "nix",
1376
+ "type": "github"
1377
+ }
1378
+ },
1379
+ "nix-test-runner": {
1380
+ "flake": false,
1381
+ "locked": {
1382
+ "lastModified": 1588761593,
1383
+ "narHash": "sha256-FKJykltAN/g3eIceJl4SfDnnyuH2jHImhMrXS2KvGIs=",
1384
+ "owner": "stoeffel",
1385
+ "repo": "nix-test-runner",
1386
+ "rev": "c45d45b11ecef3eb9d834c3b6304c05c49b06ca2",
1387
+ "type": "github"
1388
+ },
1389
+ "original": {
1390
+ "owner": "stoeffel",
1391
+ "repo": "nix-test-runner",
1392
+ "type": "github"
1393
+ }
1394
+ },
1395
+ "nix-test-runner_2": {
1396
+ "flake": false,
1397
+ "locked": {
1398
+ "lastModified": 1588761593,
1399
+ "narHash": "sha256-FKJykltAN/g3eIceJl4SfDnnyuH2jHImhMrXS2KvGIs=",
1400
+ "owner": "stoeffel",
1401
+ "repo": "nix-test-runner",
1402
+ "rev": "c45d45b11ecef3eb9d834c3b6304c05c49b06ca2",
1403
+ "type": "github"
1404
+ },
1405
+ "original": {
1406
+ "owner": "stoeffel",
1407
+ "repo": "nix-test-runner",
1408
+ "type": "github"
1409
+ }
1410
+ },
1411
+ "nix-test-runner_3": {
1412
+ "flake": false,
1413
+ "locked": {
1414
+ "lastModified": 1588761593,
1415
+ "narHash": "sha256-FKJykltAN/g3eIceJl4SfDnnyuH2jHImhMrXS2KvGIs=",
1416
+ "owner": "stoeffel",
1417
+ "repo": "nix-test-runner",
1418
+ "rev": "c45d45b11ecef3eb9d834c3b6304c05c49b06ca2",
1419
+ "type": "github"
1420
+ },
1421
+ "original": {
1422
+ "owner": "stoeffel",
1423
+ "repo": "nix-test-runner",
1424
+ "type": "github"
1425
+ }
1426
+ },
1427
+ "nix_2": {
1428
+ "inputs": {
1429
+ "flake-compat": [
1430
+ "forge",
1431
+ "devenv",
1432
+ "flake-compat"
1433
+ ],
1434
+ "flake-parts": [
1435
+ "forge",
1436
+ "devenv",
1437
+ "flake-parts"
1438
+ ],
1439
+ "git-hooks-nix": [
1440
+ "forge",
1441
+ "devenv",
1442
+ "git-hooks"
1443
+ ],
1444
+ "nixpkgs": [
1445
+ "forge",
1446
+ "devenv",
1447
+ "nixpkgs"
1448
+ ],
1449
+ "nixpkgs-23-11": [
1450
+ "forge",
1451
+ "devenv"
1452
+ ],
1453
+ "nixpkgs-regression": [
1454
+ "forge",
1455
+ "devenv"
1456
+ ]
1457
+ },
1458
+ "locked": {
1459
+ "lastModified": 1776511668,
1460
+ "narHash": "sha256-g2KEBuHpc3a56c+jPcg0+w6LSuIj6f+zzdztLCOyIhc=",
1461
+ "owner": "cachix",
1462
+ "repo": "nix",
1463
+ "rev": "42d4b7de21c15f28c568410f4383fa06a8458a40",
1464
+ "type": "github"
1465
+ },
1466
+ "original": {
1467
+ "owner": "cachix",
1468
+ "ref": "devenv-2.34",
1469
+ "repo": "nix",
1470
+ "type": "github"
1471
+ }
1472
+ },
1473
+ "nix_3": {
1474
+ "inputs": {
1475
+ "flake-compat": [
1476
+ "substrate",
1477
+ "devenv",
1478
+ "flake-compat"
1479
+ ],
1480
+ "flake-parts": [
1481
+ "substrate",
1482
+ "devenv",
1483
+ "flake-parts"
1484
+ ],
1485
+ "git-hooks-nix": [
1486
+ "substrate",
1487
+ "devenv",
1488
+ "git-hooks"
1489
+ ],
1490
+ "nixpkgs": [
1491
+ "substrate",
1492
+ "devenv",
1493
+ "nixpkgs"
1494
+ ],
1495
+ "nixpkgs-23-11": [
1496
+ "substrate",
1497
+ "devenv"
1498
+ ],
1499
+ "nixpkgs-regression": [
1500
+ "substrate",
1501
+ "devenv"
1502
+ ]
1503
+ },
1504
+ "locked": {
1505
+ "lastModified": 1776511668,
1506
+ "narHash": "sha256-g2KEBuHpc3a56c+jPcg0+w6LSuIj6f+zzdztLCOyIhc=",
1507
+ "owner": "cachix",
1508
+ "repo": "nix",
1509
+ "rev": "42d4b7de21c15f28c568410f4383fa06a8458a40",
1510
+ "type": "github"
1511
+ },
1512
+ "original": {
1513
+ "owner": "cachix",
1514
+ "ref": "devenv-2.34",
1515
+ "repo": "nix",
1516
+ "type": "github"
1517
+ }
1518
+ },
1519
+ "nixd": {
1520
+ "inputs": {
1521
+ "flake-parts": [
1522
+ "devenv",
1523
+ "flake-parts"
1524
+ ],
1525
+ "nixpkgs": [
1526
+ "devenv",
1527
+ "nixpkgs"
1528
+ ],
1529
+ "treefmt-nix": "treefmt-nix"
1530
+ },
1531
+ "locked": {
1532
+ "lastModified": 1778381404,
1533
+ "narHash": "sha256-FqhdOTA8vyoIpkHhbs2cCT7h6EWM7nsLeOYJc1ifQLE=",
1534
+ "owner": "nix-community",
1535
+ "repo": "nixd",
1536
+ "rev": "e3e45eb76663f522e196b7f0cf34cab201db7779",
1537
+ "type": "github"
1538
+ },
1539
+ "original": {
1540
+ "owner": "nix-community",
1541
+ "repo": "nixd",
1542
+ "type": "github"
1543
+ }
1544
+ },
1545
+ "nixd_2": {
1546
+ "inputs": {
1547
+ "flake-parts": [
1548
+ "forge",
1549
+ "devenv",
1550
+ "flake-parts"
1551
+ ],
1552
+ "nixpkgs": [
1553
+ "forge",
1554
+ "devenv",
1555
+ "nixpkgs"
1556
+ ],
1557
+ "treefmt-nix": "treefmt-nix_2"
1558
+ },
1559
+ "locked": {
1560
+ "lastModified": 1778381404,
1561
+ "narHash": "sha256-FqhdOTA8vyoIpkHhbs2cCT7h6EWM7nsLeOYJc1ifQLE=",
1562
+ "owner": "nix-community",
1563
+ "repo": "nixd",
1564
+ "rev": "e3e45eb76663f522e196b7f0cf34cab201db7779",
1565
+ "type": "github"
1566
+ },
1567
+ "original": {
1568
+ "owner": "nix-community",
1569
+ "repo": "nixd",
1570
+ "type": "github"
1571
+ }
1572
+ },
1573
+ "nixd_3": {
1574
+ "inputs": {
1575
+ "flake-parts": [
1576
+ "substrate",
1577
+ "devenv",
1578
+ "flake-parts"
1579
+ ],
1580
+ "nixpkgs": "nixpkgs_8",
1581
+ "treefmt-nix": "treefmt-nix_3"
1582
+ },
1583
+ "locked": {
1584
+ "lastModified": 1777345723,
1585
+ "narHash": "sha256-BhY3D5DhpDnnUcaY+AL/cpyYX+OIjQgnAkbPLZ08C38=",
1586
+ "owner": "nix-community",
1587
+ "repo": "nixd",
1588
+ "rev": "6bf30951a3dc407a798d30db427e3f96ac9b39f5",
1589
+ "type": "github"
1590
+ },
1591
+ "original": {
1592
+ "owner": "nix-community",
1593
+ "repo": "nixd",
1594
+ "type": "github"
1595
+ }
1596
+ },
1597
+ "nixpkgs": {
1598
+ "locked": {
1599
+ "lastModified": 1765186076,
1600
+ "narHash": "sha256-hM20uyap1a0M9d344I692r+ik4gTMyj60cQWO+hAYP8=",
1601
+ "owner": "NixOS",
1602
+ "repo": "nixpkgs",
1603
+ "rev": "addf7cf5f383a3101ecfba091b98d0a1263dc9b8",
1604
+ "type": "github"
1605
+ },
1606
+ "original": {
1607
+ "owner": "NixOS",
1608
+ "ref": "nixos-unstable",
1609
+ "repo": "nixpkgs",
1610
+ "type": "github"
1611
+ }
1612
+ },
1613
+ "nixpkgs_2": {
1614
+ "locked": {
1615
+ "lastModified": 1779102034,
1616
+ "narHash": "sha256-vZJZjLo513IeI8hjzHFc6TDezUd4uCE2Eq4SNO3DNNg=",
1617
+ "owner": "NixOS",
1618
+ "repo": "nixpkgs",
1619
+ "rev": "687f05a9184cad4eaf905c48b63649e3a86f5433",
1620
+ "type": "github"
1621
+ },
1622
+ "original": {
1623
+ "owner": "NixOS",
1624
+ "ref": "nixos-25.11",
1625
+ "repo": "nixpkgs",
1626
+ "type": "github"
1627
+ }
1628
+ },
1629
+ "nixpkgs_3": {
1630
+ "locked": {
1631
+ "lastModified": 1678875422,
1632
+ "narHash": "sha256-T3o6NcQPwXjxJMn2shz86Chch4ljXgZn746c2caGxd8=",
1633
+ "owner": "NixOS",
1634
+ "repo": "nixpkgs",
1635
+ "rev": "126f49a01de5b7e35a43fd43f891ecf6d3a51459",
1636
+ "type": "github"
1637
+ },
1638
+ "original": {
1639
+ "id": "nixpkgs",
1640
+ "type": "indirect"
1641
+ }
1642
+ },
1643
+ "nixpkgs_4": {
1644
+ "locked": {
1645
+ "lastModified": 1765186076,
1646
+ "narHash": "sha256-hM20uyap1a0M9d344I692r+ik4gTMyj60cQWO+hAYP8=",
1647
+ "owner": "NixOS",
1648
+ "repo": "nixpkgs",
1649
+ "rev": "addf7cf5f383a3101ecfba091b98d0a1263dc9b8",
1650
+ "type": "github"
1651
+ },
1652
+ "original": {
1653
+ "owner": "NixOS",
1654
+ "ref": "nixos-unstable",
1655
+ "repo": "nixpkgs",
1656
+ "type": "github"
1657
+ }
1658
+ },
1659
+ "nixpkgs_5": {
1660
+ "locked": {
1661
+ "lastModified": 1765186076,
1662
+ "narHash": "sha256-hM20uyap1a0M9d344I692r+ik4gTMyj60cQWO+hAYP8=",
1663
+ "owner": "NixOS",
1664
+ "repo": "nixpkgs",
1665
+ "rev": "addf7cf5f383a3101ecfba091b98d0a1263dc9b8",
1666
+ "type": "github"
1667
+ },
1668
+ "original": {
1669
+ "owner": "NixOS",
1670
+ "ref": "nixos-unstable",
1671
+ "repo": "nixpkgs",
1672
+ "type": "github"
1673
+ }
1674
+ },
1675
+ "nixpkgs_6": {
1676
+ "locked": {
1677
+ "lastModified": 1769433173,
1678
+ "narHash": "sha256-Gf1dFYgD344WZ3q0LPlRoWaNdNQq8kSBDLEWulRQSEs=",
1679
+ "owner": "NixOS",
1680
+ "repo": "nixpkgs",
1681
+ "rev": "13b0f9e6ac78abbbb736c635d87845c4f4bee51b",
1682
+ "type": "github"
1683
+ },
1684
+ "original": {
1685
+ "owner": "NixOS",
1686
+ "ref": "nixpkgs-unstable",
1687
+ "repo": "nixpkgs",
1688
+ "type": "github"
1689
+ }
1690
+ },
1691
+ "nixpkgs_7": {
1692
+ "locked": {
1693
+ "lastModified": 1770537093,
1694
+ "narHash": "sha256-XV30uo8tXuxdzuV8l3sojmlPRLd/8tpMsOp4lNzLGUo=",
1695
+ "rev": "fef9403a3e4d31b0a23f0bacebbec52c248fbb51",
1696
+ "type": "tarball",
1697
+ "url": "https://releases.nixos.org/nixpkgs/nixpkgs-26.05pre942631.fef9403a3e4d/nixexprs.tar.xz"
1698
+ },
1699
+ "original": {
1700
+ "type": "tarball",
1701
+ "url": "https://channels.nixos.org/nixpkgs-unstable/nixexprs.tar.xz"
1702
+ }
1703
+ },
1704
+ "nixpkgs_8": {
1705
+ "locked": {
1706
+ "lastModified": 1776877367,
1707
+ "narHash": "sha256-wMN1gM00sUQ2KC9CNr/XEOGdfOrl67PabIRv9AYayTo=",
1708
+ "rev": "0726a0ecb6d4e08f6adced58726b95db924cef57",
1709
+ "type": "tarball",
1710
+ "url": "https://releases.nixos.org/nixos/unstable/nixos-26.05pre985613.0726a0ecb6d4/nixexprs.tar.xz"
1711
+ },
1712
+ "original": {
1713
+ "type": "tarball",
1714
+ "url": "https://channels.nixos.org/nixos-unstable/nixexprs.tar.xz"
1715
+ }
1716
+ },
1717
+ "pre-commit-hooks": {
1718
+ "inputs": {
1719
+ "flake-compat": [
1720
+ "forge",
1721
+ "crate2nix",
1722
+ "flake-compat"
1723
+ ],
1724
+ "gitignore": "gitignore_3",
1725
+ "nixpkgs": [
1726
+ "forge",
1727
+ "crate2nix",
1728
+ "nixpkgs"
1729
+ ]
1730
+ },
1731
+ "locked": {
1732
+ "lastModified": 1769069492,
1733
+ "narHash": "sha256-Efs3VUPelRduf3PpfPP2ovEB4CXT7vHf8W+xc49RL/U=",
1734
+ "owner": "cachix",
1735
+ "repo": "pre-commit-hooks.nix",
1736
+ "rev": "a1ef738813b15cf8ec759bdff5761b027e3e1d23",
1737
+ "type": "github"
1738
+ },
1739
+ "original": {
1740
+ "owner": "cachix",
1741
+ "repo": "pre-commit-hooks.nix",
1742
+ "type": "github"
1743
+ }
1744
+ },
1745
+ "pre-commit-hooks_2": {
1746
+ "inputs": {
1747
+ "flake-compat": [
1748
+ "substrate",
1749
+ "devenv",
1750
+ "crate2nix",
1751
+ "crate2nix_stable",
1752
+ "flake-compat"
1753
+ ],
1754
+ "gitignore": "gitignore_7",
1755
+ "nixpkgs": [
1756
+ "substrate",
1757
+ "devenv",
1758
+ "crate2nix",
1759
+ "crate2nix_stable",
1760
+ "nixpkgs"
1761
+ ]
1762
+ },
1763
+ "locked": {
1764
+ "lastModified": 1769069492,
1765
+ "narHash": "sha256-Efs3VUPelRduf3PpfPP2ovEB4CXT7vHf8W+xc49RL/U=",
1766
+ "owner": "cachix",
1767
+ "repo": "pre-commit-hooks.nix",
1768
+ "rev": "a1ef738813b15cf8ec759bdff5761b027e3e1d23",
1769
+ "type": "github"
1770
+ },
1771
+ "original": {
1772
+ "owner": "cachix",
1773
+ "repo": "pre-commit-hooks.nix",
1774
+ "type": "github"
1775
+ }
1776
+ },
1777
+ "pre-commit-hooks_3": {
1778
+ "inputs": {
1779
+ "flake-compat": [
1780
+ "substrate",
1781
+ "devenv",
1782
+ "crate2nix",
1783
+ "flake-compat"
1784
+ ],
1785
+ "gitignore": "gitignore_8",
1786
+ "nixpkgs": [
1787
+ "substrate",
1788
+ "devenv",
1789
+ "crate2nix",
1790
+ "nixpkgs"
1791
+ ]
1792
+ },
1793
+ "locked": {
1794
+ "lastModified": 1769069492,
1795
+ "narHash": "sha256-Efs3VUPelRduf3PpfPP2ovEB4CXT7vHf8W+xc49RL/U=",
1796
+ "owner": "cachix",
1797
+ "repo": "pre-commit-hooks.nix",
1798
+ "rev": "a1ef738813b15cf8ec759bdff5761b027e3e1d23",
1799
+ "type": "github"
1800
+ },
1801
+ "original": {
1802
+ "owner": "cachix",
1803
+ "repo": "pre-commit-hooks.nix",
1804
+ "type": "github"
1805
+ }
1806
+ },
1807
+ "root": {
1808
+ "inputs": {
1809
+ "devenv": "devenv",
1810
+ "flake-utils": "flake-utils",
1811
+ "forge": "forge",
1812
+ "nixpkgs": "nixpkgs_2",
1813
+ "ruby-nix": "ruby-nix",
1814
+ "substrate": "substrate"
1815
+ }
1816
+ },
1817
+ "ruby-nix": {
1818
+ "inputs": {
1819
+ "nixpkgs": "nixpkgs_3"
1820
+ },
1821
+ "locked": {
1822
+ "lastModified": 1755059052,
1823
+ "narHash": "sha256-yUJmmNIw11ZEIAFogqcqNomk4YV3F/zjwI1f7bYzIyY=",
1824
+ "owner": "inscapist",
1825
+ "repo": "ruby-nix",
1826
+ "rev": "86b498e80058a84461d1f533e121574d85d272d7",
1827
+ "type": "github"
1828
+ },
1829
+ "original": {
1830
+ "owner": "inscapist",
1831
+ "repo": "ruby-nix",
1832
+ "type": "github"
1833
+ }
1834
+ },
1835
+ "rust-analyzer-src": {
1836
+ "flake": false,
1837
+ "locked": {
1838
+ "lastModified": 1779221047,
1839
+ "narHash": "sha256-HkOWI9C4kxA6xkS9GXhe4hAAme7ekOWje3b1U7rLSIo=",
1840
+ "owner": "rust-lang",
1841
+ "repo": "rust-analyzer",
1842
+ "rev": "f4bd646a7867c7814770168e0d4b9bd3418c1066",
1843
+ "type": "github"
1844
+ },
1845
+ "original": {
1846
+ "owner": "rust-lang",
1847
+ "ref": "nightly",
1848
+ "repo": "rust-analyzer",
1849
+ "type": "github"
1850
+ }
1851
+ },
1852
+ "rust-analyzer-src_2": {
1853
+ "flake": false,
1854
+ "locked": {
1855
+ "lastModified": 1779221047,
1856
+ "narHash": "sha256-HkOWI9C4kxA6xkS9GXhe4hAAme7ekOWje3b1U7rLSIo=",
1857
+ "owner": "rust-lang",
1858
+ "repo": "rust-analyzer",
1859
+ "rev": "f4bd646a7867c7814770168e0d4b9bd3418c1066",
1860
+ "type": "github"
1861
+ },
1862
+ "original": {
1863
+ "owner": "rust-lang",
1864
+ "ref": "nightly",
1865
+ "repo": "rust-analyzer",
1866
+ "type": "github"
1867
+ }
1868
+ },
1869
+ "rust-overlay": {
1870
+ "inputs": {
1871
+ "nixpkgs": [
1872
+ "devenv",
1873
+ "nixpkgs"
1874
+ ]
1875
+ },
1876
+ "locked": {
1877
+ "lastModified": 1779074409,
1878
+ "narHash": "sha256-6aXy8Ga41iLVM8ibddFU1O5+wYWcBGNEfZzZuL91eIc=",
1879
+ "owner": "oxalica",
1880
+ "repo": "rust-overlay",
1881
+ "rev": "2a77b5b1dc952f214e8102acdef1622b68515560",
1882
+ "type": "github"
1883
+ },
1884
+ "original": {
1885
+ "owner": "oxalica",
1886
+ "repo": "rust-overlay",
1887
+ "type": "github"
1888
+ }
1889
+ },
1890
+ "rust-overlay_2": {
1891
+ "inputs": {
1892
+ "nixpkgs": [
1893
+ "forge",
1894
+ "devenv",
1895
+ "nixpkgs"
1896
+ ]
1897
+ },
1898
+ "locked": {
1899
+ "lastModified": 1779074409,
1900
+ "narHash": "sha256-6aXy8Ga41iLVM8ibddFU1O5+wYWcBGNEfZzZuL91eIc=",
1901
+ "owner": "oxalica",
1902
+ "repo": "rust-overlay",
1903
+ "rev": "2a77b5b1dc952f214e8102acdef1622b68515560",
1904
+ "type": "github"
1905
+ },
1906
+ "original": {
1907
+ "owner": "oxalica",
1908
+ "repo": "rust-overlay",
1909
+ "type": "github"
1910
+ }
1911
+ },
1912
+ "rust-overlay_3": {
1913
+ "inputs": {
1914
+ "nixpkgs": [
1915
+ "substrate",
1916
+ "devenv",
1917
+ "nixpkgs"
1918
+ ]
1919
+ },
1920
+ "locked": {
1921
+ "lastModified": 1777778183,
1922
+ "narHash": "sha256-Lqv9MZO0XAGcMbXJU+ULBSMD41Pf391uJehylUQKe7Y=",
1923
+ "owner": "oxalica",
1924
+ "repo": "rust-overlay",
1925
+ "rev": "dbba5f888c82ef3ce594c451c33ac2474eb80847",
1926
+ "type": "github"
1927
+ },
1928
+ "original": {
1929
+ "owner": "oxalica",
1930
+ "repo": "rust-overlay",
1931
+ "type": "github"
1932
+ }
1933
+ },
1934
+ "substrate": {
1935
+ "inputs": {
1936
+ "crate2nix": "crate2nix_4",
1937
+ "devenv": "devenv_3",
1938
+ "fenix": "fenix_2",
1939
+ "flake-parts": "flake-parts_8",
1940
+ "nixpkgs": [
1941
+ "nixpkgs"
1942
+ ]
1943
+ },
1944
+ "locked": {
1945
+ "lastModified": 1779320072,
1946
+ "narHash": "sha256-R+aCrjazdxRJesSxg4KGxT4FtAHDSQ0W0TG5ygdYTFg=",
1947
+ "owner": "pleme-io",
1948
+ "repo": "substrate",
1949
+ "rev": "5175c6aa9b98adbb87f46964f3e4f5f22664d105",
1950
+ "type": "github"
1951
+ },
1952
+ "original": {
1953
+ "owner": "pleme-io",
1954
+ "repo": "substrate",
1955
+ "type": "github"
1956
+ }
1957
+ },
1958
+ "systems": {
1959
+ "locked": {
1960
+ "lastModified": 1681028828,
1961
+ "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=",
1962
+ "owner": "nix-systems",
1963
+ "repo": "default",
1964
+ "rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e",
1965
+ "type": "github"
1966
+ },
1967
+ "original": {
1968
+ "owner": "nix-systems",
1969
+ "repo": "default",
1970
+ "type": "github"
1971
+ }
1972
+ },
1973
+ "systems_2": {
1974
+ "flake": false,
1975
+ "locked": {
1976
+ "lastModified": 1681028828,
1977
+ "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=",
1978
+ "owner": "nix-systems",
1979
+ "repo": "default",
1980
+ "rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e",
1981
+ "type": "github"
1982
+ },
1983
+ "original": {
1984
+ "owner": "nix-systems",
1985
+ "repo": "default",
1986
+ "type": "github"
1987
+ }
1988
+ },
1989
+ "treefmt-nix": {
1990
+ "inputs": {
1991
+ "nixpkgs": [
1992
+ "devenv",
1993
+ "nixd",
1994
+ "nixpkgs"
1995
+ ]
1996
+ },
1997
+ "locked": {
1998
+ "lastModified": 1775636079,
1999
+ "narHash": "sha256-pc20NRoMdiar8oPQceQT47UUZMBTiMdUuWrYu2obUP0=",
2000
+ "owner": "numtide",
2001
+ "repo": "treefmt-nix",
2002
+ "rev": "790751ff7fd3801feeaf96d7dc416a8d581265ba",
2003
+ "type": "github"
2004
+ },
2005
+ "original": {
2006
+ "owner": "numtide",
2007
+ "repo": "treefmt-nix",
2008
+ "type": "github"
2009
+ }
2010
+ },
2011
+ "treefmt-nix_2": {
2012
+ "inputs": {
2013
+ "nixpkgs": [
2014
+ "forge",
2015
+ "devenv",
2016
+ "nixd",
2017
+ "nixpkgs"
2018
+ ]
2019
+ },
2020
+ "locked": {
2021
+ "lastModified": 1775636079,
2022
+ "narHash": "sha256-pc20NRoMdiar8oPQceQT47UUZMBTiMdUuWrYu2obUP0=",
2023
+ "owner": "numtide",
2024
+ "repo": "treefmt-nix",
2025
+ "rev": "790751ff7fd3801feeaf96d7dc416a8d581265ba",
2026
+ "type": "github"
2027
+ },
2028
+ "original": {
2029
+ "owner": "numtide",
2030
+ "repo": "treefmt-nix",
2031
+ "type": "github"
2032
+ }
2033
+ },
2034
+ "treefmt-nix_3": {
2035
+ "inputs": {
2036
+ "nixpkgs": [
2037
+ "substrate",
2038
+ "devenv",
2039
+ "nixd",
2040
+ "nixpkgs"
2041
+ ]
2042
+ },
2043
+ "locked": {
2044
+ "lastModified": 1775636079,
2045
+ "narHash": "sha256-pc20NRoMdiar8oPQceQT47UUZMBTiMdUuWrYu2obUP0=",
2046
+ "owner": "numtide",
2047
+ "repo": "treefmt-nix",
2048
+ "rev": "790751ff7fd3801feeaf96d7dc416a8d581265ba",
2049
+ "type": "github"
2050
+ },
2051
+ "original": {
2052
+ "owner": "numtide",
2053
+ "repo": "treefmt-nix",
2054
+ "type": "github"
2055
+ }
2056
+ },
2057
+ "zig": {
2058
+ "inputs": {
2059
+ "flake-compat": [
2060
+ "substrate",
2061
+ "devenv",
2062
+ "ghostty",
2063
+ "flake-compat"
2064
+ ],
2065
+ "nixpkgs": [
2066
+ "substrate",
2067
+ "devenv",
2068
+ "ghostty",
2069
+ "nixpkgs"
2070
+ ],
2071
+ "systems": [
2072
+ "substrate",
2073
+ "devenv",
2074
+ "ghostty",
2075
+ "systems"
2076
+ ]
2077
+ },
2078
+ "locked": {
2079
+ "lastModified": 1776789209,
2080
+ "narHash": "sha256-G6B7Q4TXn7MZ1mB+f9rymjsYF5PLWoSvmbxijb/99bw=",
2081
+ "owner": "mitchellh",
2082
+ "repo": "zig-overlay",
2083
+ "rev": "14fe971844e841297ddd2ce9783d6892b467af39",
2084
+ "type": "github"
2085
+ },
2086
+ "original": {
2087
+ "owner": "mitchellh",
2088
+ "repo": "zig-overlay",
2089
+ "type": "github"
2090
+ }
2091
+ },
2092
+ "zig_2": {
2093
+ "inputs": {
2094
+ "nixpkgs": [
2095
+ "substrate",
2096
+ "devenv",
2097
+ "ghostty",
2098
+ "zon2nix",
2099
+ "nixpkgs"
2100
+ ]
2101
+ },
2102
+ "locked": {
2103
+ "lastModified": 1777234348,
2104
+ "narHash": "sha256-fKw44a4qbUuI5eTG8k0gPbqMV5TOrjYF35PBzsYgd2U=",
2105
+ "ref": "refs/heads/main",
2106
+ "rev": "2c781c0609ecda600ab98f98cca417bbd981bd53",
2107
+ "revCount": 1677,
2108
+ "type": "git",
2109
+ "url": "https://codeberg.org/jcollie/zig-overlay.git"
2110
+ },
2111
+ "original": {
2112
+ "type": "git",
2113
+ "url": "https://codeberg.org/jcollie/zig-overlay.git"
2114
+ }
2115
+ },
2116
+ "zon2nix": {
2117
+ "inputs": {
2118
+ "nixpkgs": [
2119
+ "substrate",
2120
+ "devenv",
2121
+ "ghostty",
2122
+ "nixpkgs"
2123
+ ],
2124
+ "zig": "zig_2"
2125
+ },
2126
+ "locked": {
2127
+ "lastModified": 1777314365,
2128
+ "narHash": "sha256-eLxQaD0wc96Neqkln8wHS0rNq/chPODifFkhwrwilEU=",
2129
+ "owner": "jcollie",
2130
+ "repo": "zon2nix",
2131
+ "rev": "a5a1d412ad1ab6305511997bbc92b3a9dd6cb784",
2132
+ "type": "github"
2133
+ },
2134
+ "original": {
2135
+ "owner": "jcollie",
2136
+ "ref": "main",
2137
+ "repo": "zon2nix",
2138
+ "type": "github"
2139
+ }
2140
+ }
2141
+ },
2142
+ "root": "root",
2143
+ "version": 7
2144
+ }