-
Notifications
You must be signed in to change notification settings - Fork 2
/
flake.lock
149 lines (149 loc) · 3.93 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
146
147
148
149
{
"nodes": {
"customConfig": {
"locked": {
"narHash": "sha256-A+seqqKiiqwEJZHRX3bGLFYhOy2DLEZij6MoEAjgSfA=",
"path": "./custom-config",
"type": "path"
},
"original": {
"path": "./custom-config",
"type": "path"
}
},
"haskellNix": {
"inputs": {
"nixpkgs": "nixpkgs",
"nixpkgs-2009": "nixpkgs-2009",
"nixpkgs-2105": "nixpkgs-2105",
"nixpkgs-unstable": "nixpkgs-unstable"
},
"locked": {
"lastModified": 1626225211,
"narHash": "sha256-/MVb19txgdzr8CZ3sI4SUpjj4gerQ8oUyBN/kfj4GQ0=",
"owner": "The-Blockchain-Company",
"repo": "haskell.nix",
"rev": "59e14e256ef8d1ec35e083bc209d355913c4e725",
"type": "github"
},
"original": {
"owner": "The-Blockchain-Company",
"repo": "haskell.nix",
"type": "github"
}
},
"tbcoNix": {
"inputs": {
"nixpkgs": [
"nixpkgs"
]
},
"locked": {
"lastModified": 1626190666,
"narHash": "sha256-mCMx2kMpHYlWZQwk8qzl4XIYYKpmUT+8i1Bj/2nNsQE=",
"owner": "The-Blockchain-Company",
"repo": "tbco-nix",
"rev": "42ec731615be341f9cdc7882032c2a5c7fb34830",
"type": "github"
},
"original": {
"owner": "The-Blockchain-Company",
"repo": "tbco-nix",
"type": "github"
}
},
"nixpkgs": {
"locked": {
"lastModified": 1624291665,
"narHash": "sha256-kNkaoa3dai9WOi7fsPklCCWZ8hRAkXx0ZUhpYKShyUk=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "3c6f3f84af60a8ed5b8a79cf3026b7630fcdefb8",
"type": "github"
},
"original": {
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "3c6f3f84af60a8ed5b8a79cf3026b7630fcdefb8",
"type": "github"
}
},
"nixpkgs-2009": {
"locked": {
"lastModified": 1624271064,
"narHash": "sha256-qns/uRW7MR2EfVf6VEeLgCsCp7pIOjDeR44JzTF09MA=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "46d1c3f28ca991601a53e9a14fdd53fcd3dd8416",
"type": "github"
},
"original": {
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "46d1c3f28ca991601a53e9a14fdd53fcd3dd8416",
"type": "github"
}
},
"nixpkgs-2105": {
"locked": {
"lastModified": 1624291665,
"narHash": "sha256-kNkaoa3dai9WOi7fsPklCCWZ8hRAkXx0ZUhpYKShyUk=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "3c6f3f84af60a8ed5b8a79cf3026b7630fcdefb8",
"type": "github"
},
"original": {
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "3c6f3f84af60a8ed5b8a79cf3026b7630fcdefb8",
"type": "github"
}
},
"nixpkgs-unstable": {
"locked": {
"lastModified": 1623862044,
"narHash": "sha256-mY7nldu9Wl/Yb0qMPihZrWw0bRWXNsk6iyYztw/6F6Y=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "0747387223edf1aa5beaedf48983471315d95e16",
"type": "github"
},
"original": {
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "0747387223edf1aa5beaedf48983471315d95e16",
"type": "github"
}
},
"root": {
"inputs": {
"customConfig": "customConfig",
"haskellNix": "haskellNix",
"tbcoNix": "tbcoNix",
"nixpkgs": [
"haskellNix",
"nixpkgs-unstable"
],
"utils": "utils"
}
},
"utils": {
"locked": {
"lastModified": 1619345332,
"narHash": "sha256-qHnQkEp1uklKTpx3MvKtY6xzgcqXDsz5nLilbbuL+3A=",
"owner": "numtide",
"repo": "flake-utils",
"rev": "2ebf2558e5bf978c7fb8ea927dfaed8fefab2e28",
"type": "github"
},
"original": {
"owner": "numtide",
"repo": "flake-utils",
"type": "github"
}
}
},
"root": "root",
"version": 7
}