-
Notifications
You must be signed in to change notification settings - Fork 15
/
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": 1666719703,
"narHash": "sha256-2GoqNqoi1l4OPRjHI2m5bNVhIcXiwf0M8o2cHOMmQm0=",
"owner": "flafydev",
"repo": "dart-flutter-nix",
"rev": "1a80b74b09565358a6a3aa3ff5015b8a8d6e430a",
"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": 1659877975,
"narHash": "sha256-zllb8aq3YO3h8B/U0/J1WBgAL8EX5yWf5pMj3G0NAmc=",
"owner": "numtide",
"repo": "flake-utils",
"rev": "c0e246b9b83f637f4681389ecabcb2681b4f3af0",
"type": "github"
},
"original": {
"owner": "numtide",
"repo": "flake-utils",
"type": "github"
}
},
"nixpkgs": {
"locked": {
"lastModified": 1665937116,
"narHash": "sha256-yPwP5a0BaF5JuYnwWiIvRR/evfQS9Z8PFYnG7Kei+Ew=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "4511f696fbe447d5c145b52eccf283915ec7c72d",
"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
}