I need a TOML array. ·
rust
r/o

tomlarray / flake.lock

1
{
2
"nodes": {
3
"fenix": {
4
"inputs": {
5
"rust-analyzer-src": "rust-analyzer-src",
6
"nixpkgs": [
7
"nixpkgs"
8
]
9
},
10
"locked": {
11
"type": "github",
12
"lastModified": 1753944209,
13
"narHash": "sha256-dcGdqxhRRGoA/S38BsWOrwIiLYEBOqXKauHdFwKR310=",
14
"owner": "nix-community",
15
"repo": "fenix",
16
"rev": "5ef8607d6e8a08cfb3946aaacaa0494792adf4ae"
17
},
18
"original": {
19
"type": "github",
20
"owner": "nix-community",
21
"repo": "fenix"
22
}
23
},
24
"nixpkgs": {
25
"locked": {
26
"type": "github",
27
"lastModified": 1757810152,
28
"narHash": "sha256-Vp9K5ol6h0J90jG7Rm4RWZsCB3x7v5VPx588TQ1dkfs=",
29
"owner": "NixOS",
30
"repo": "nixpkgs",
31
"rev": "9a094440e02a699be5c57453a092a8baf569bdad"
32
},
33
"original": {
34
"type": "github",
35
"owner": "NixOS",
36
"repo": "nixpkgs",
37
"ref": "nixos-25.05"
38
}
39
},
40
"root": {
41
"inputs": {
42
"nixpkgs": "nixpkgs",
43
"fenix": "fenix"
44
}
45
},
46
"rust-analyzer-src": {
47
"locked": {
48
"type": "github",
49
"lastModified": 1748695646,
50
"narHash": "sha256-VwSuuRF4NvAoeHZJRRlX8zAFZ+nZyuiIvmVqBAX0Bcg=",
51
"owner": "rust-lang",
52
"repo": "rust-analyzer",
53
"rev": "2a388d1103450d814a84eda98efe89c01b158343"
54
},
55
"original": {
56
"type": "github",
57
"owner": "rust-lang",
58
"repo": "rust-analyzer",
59
"ref": "nightly"
60
}
61
}
62
},
63
"root": "root",
64
"version": 7
65
}
66