-
Notifications
You must be signed in to change notification settings - Fork 1
/
flake.lock
145 lines (145 loc) · 3.61 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
{
"nodes": {
"android": {
"inputs": {
"devshell": "devshell",
"flake-utils": "flake-utils",
"nixpkgs": [
"dart-flutter",
"nixpkgs"
]
},
"locked": {
"lastModified": 1666643336,
"narHash": "sha256-FWH8uB96v96rMKVZr3ZlUr3+n4hOBYlguf1Ff68yLv0=",
"owner": "tadfisher",
"repo": "android-nixpkgs",
"rev": "91659735fe0671987f7c69b63e1dc132ad4e3445",
"type": "github"
},
"original": {
"owner": "tadfisher",
"repo": "android-nixpkgs",
"type": "github"
}
},
"dart-flutter": {
"inputs": {
"android": "android",
"flake-utils": "flake-utils_2",
"nixpkgs": [
"nixpkgs"
]
},
"locked": {
"lastModified": 1667797754,
"narHash": "sha256-uPl8y67hyG3OWw2M6Sz9gM1XIraaj4gqQFNY2Ad//Qs=",
"owner": "flafydev",
"repo": "dart-flutter-nix",
"rev": "3b9640eb3b18b2f3a75ac9fa646616d987e13c42",
"type": "github"
},
"original": {
"owner": "flafydev",
"repo": "dart-flutter-nix",
"type": "github"
}
},
"devshell": {
"inputs": {
"flake-utils": [
"dart-flutter",
"android",
"nixpkgs"
],
"nixpkgs": [
"dart-flutter",
"android",
"nixpkgs"
]
},
"locked": {
"lastModified": 1666548262,
"narHash": "sha256-4DyN4KXqQQsCw0vCXkMThw4b5Q4/q87ZZgRb4st8COc=",
"owner": "numtide",
"repo": "devshell",
"rev": "c8ce8ed81726079c398f5f29c4b68a7d6a3c2fa2",
"type": "github"
},
"original": {
"owner": "numtide",
"repo": "devshell",
"type": "github"
}
},
"flake-utils": {
"locked": {
"lastModified": 1659877975,
"narHash": "sha256-zllb8aq3YO3h8B/U0/J1WBgAL8EX5yWf5pMj3G0NAmc=",
"owner": "numtide",
"repo": "flake-utils",
"rev": "c0e246b9b83f637f4681389ecabcb2681b4f3af0",
"type": "github"
},
"original": {
"owner": "numtide",
"repo": "flake-utils",
"type": "github"
}
},
"flake-utils_2": {
"locked": {
"lastModified": 1659877975,
"narHash": "sha256-zllb8aq3YO3h8B/U0/J1WBgAL8EX5yWf5pMj3G0NAmc=",
"owner": "numtide",
"repo": "flake-utils",
"rev": "c0e246b9b83f637f4681389ecabcb2681b4f3af0",
"type": "github"
},
"original": {
"owner": "numtide",
"repo": "flake-utils",
"type": "github"
}
},
"flake-utils_3": {
"locked": {
"lastModified": 1667395993,
"narHash": "sha256-nuEHfE/LcWyuSWnS8t12N1wc105Qtau+/OdUAjtQ0rA=",
"owner": "numtide",
"repo": "flake-utils",
"rev": "5aed5285a952e0b949eb3ba02c12fa4fcfef535f",
"type": "github"
},
"original": {
"owner": "numtide",
"repo": "flake-utils",
"type": "github"
}
},
"nixpkgs": {
"locked": {
"lastModified": 1668711014,
"narHash": "sha256-kjNvHEt/yihmMZcVPdoJnoRedrKjhmVvBodZXuWrX6s=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "74987395e3f7eb6ada6911bbf9c1b876dec3ddb7",
"type": "github"
},
"original": {
"owner": "NixOS",
"repo": "nixpkgs",
"type": "github"
}
},
"root": {
"inputs": {
"dart-flutter": "dart-flutter",
"flake-utils": "flake-utils_3",
"nixpkgs": "nixpkgs"
}
}
},
"root": "root",
"version": 7
}