forked from dduan/TOMLDecoder
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathflake.lock
58 lines (58 loc) · 1.4 KB
/
flake.lock
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"nodes": {
"flake-utils": {
"locked": {
"lastModified": 1644229661,
"narHash": "sha256-1YdnJAsNy69bpcjuoKdOYQX0YxZBiCYZo4Twxerqv7k=",
"owner": "numtide",
"repo": "flake-utils",
"rev": "3cecb5b042f7f209c56ffd8371b2711a290ec797",
"type": "github"
},
"original": {
"owner": "numtide",
"repo": "flake-utils",
"type": "github"
}
},
"nixpkgs": {
"locked": {
"lastModified": 1645491369,
"narHash": "sha256-H0QMsUGQ5j1mXXh7XxXeQG5Coy0fVqIuQiX2kB3AIgk=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "0d033358d6fcbed3a1cf0864e0acddbb06ed74b3",
"type": "github"
},
"original": {
"owner": "nixos",
"repo": "nixpkgs",
"type": "github"
}
},
"root": {
"inputs": {
"flake-utils": "flake-utils",
"nixpkgs": "nixpkgs",
"swift": "swift"
}
},
"swift": {
"locked": {
"lastModified": 1645492464,
"narHash": "sha256-wRG5EbHmNqOKBnZASn7jF0Nl2LoBTk+I0qb5ZJ3CV+8=",
"owner": "dduan",
"repo": "swift-builders",
"rev": "5e1bfab425d58446586f9475ad024261edb11bf1",
"type": "github"
},
"original": {
"owner": "dduan",
"repo": "swift-builders",
"type": "github"
}
}
},
"root": "root",
"version": 7
}