-
Notifications
You must be signed in to change notification settings - Fork 23
/
flake.lock
172 lines (172 loc) · 4.55 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
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
{
"nodes": {
"flake-compat": {
"flake": false,
"locked": {
"lastModified": 1696426674,
"narHash": "sha256-kvjfFW7WAETZlt09AgDn1MrtKzP7t90Vf7vypd3OL1U=",
"owner": "edolstra",
"repo": "flake-compat",
"rev": "0f9255e01c2351cc7d116c072cb317785dd33b33",
"type": "github"
},
"original": {
"owner": "edolstra",
"repo": "flake-compat",
"type": "github"
}
},
"fmt-src": {
"flake": false,
"locked": {
"lastModified": 1661615830,
"narHash": "sha256-rP6ymyRc7LnKxUXwPpzhHOQvpJkpnRFOt2ctvUNlYI0=",
"owner": "fmtlib",
"repo": "fmt",
"rev": "a33701196adfad74917046096bf5a2aa0ab0bb50",
"type": "github"
},
"original": {
"owner": "fmtlib",
"ref": "9.1.0",
"repo": "fmt",
"type": "github"
}
},
"immer-src": {
"flake": false,
"locked": {
"lastModified": 1708038459,
"narHash": "sha256-aV/mQFuPzioy1PxROc85ypeP7/d0nn+xcBPzy9taw2s=",
"owner": "runtimeverification",
"repo": "immer",
"rev": "4b0914f0b2acb33befe0ba4cd3a7954f2687e9bb",
"type": "github"
},
"original": {
"owner": "runtimeverification",
"repo": "immer",
"rev": "4b0914f0b2acb33befe0ba4cd3a7954f2687e9bb",
"type": "github"
}
},
"nixpkgs": {
"locked": {
"lastModified": 1716457947,
"narHash": "sha256-Y+exebcqeprnhEpoPJrEUZmNeO60qeOxkVHhqG/OEwQ=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "69493a13eaea0dc4682fd07e8a084f17813dbeeb",
"type": "github"
},
"original": {
"owner": "nixos",
"repo": "nixpkgs",
"rev": "69493a13eaea0dc4682fd07e8a084f17813dbeeb",
"type": "github"
}
},
"pybind11-src": {
"flake": false,
"locked": {
"lastModified": 1657936673,
"narHash": "sha256-/X8DZPFsNrKGbhjZ1GFOj17/NU6p4R+saCW3pLKVNeA=",
"owner": "pybind",
"repo": "pybind11",
"rev": "0ba639d6177659c5dc2955ac06ad7b5b0d22e05c",
"type": "github"
},
"original": {
"owner": "pybind",
"repo": "pybind11",
"rev": "0ba639d6177659c5dc2955ac06ad7b5b0d22e05c",
"type": "github"
}
},
"rapidjson-src": {
"flake": false,
"locked": {
"lastModified": 1472111945,
"narHash": "sha256-SxUXSOQDZ0/3zlFI4R84J56/1fkw2jhge4mexNF6Pco=",
"owner": "Tencent",
"repo": "rapidjson",
"rev": "f54b0e47a08782a6131cc3d60f94d038fa6e0a51",
"type": "github"
},
"original": {
"owner": "Tencent",
"repo": "rapidjson",
"rev": "f54b0e47a08782a6131cc3d60f94d038fa6e0a51",
"type": "github"
}
},
"root": {
"inputs": {
"flake-compat": "flake-compat",
"fmt-src": "fmt-src",
"immer-src": "immer-src",
"nixpkgs": [
"rv-utils",
"nixpkgs"
],
"pybind11-src": "pybind11-src",
"rapidjson-src": "rapidjson-src",
"rv-utils": "rv-utils",
"utils": "utils"
}
},
"rv-utils": {
"inputs": {
"nixpkgs": "nixpkgs"
},
"locked": {
"lastModified": 1716459074,
"narHash": "sha256-IpahO+EkWdGl9QP7B2YXfJWpSfghjxgpz4ab47nRJY4=",
"owner": "runtimeverification",
"repo": "rv-nix-tools",
"rev": "a65058865cda201de504f5546271b8e997a0be9c",
"type": "github"
},
"original": {
"owner": "runtimeverification",
"repo": "rv-nix-tools",
"type": "github"
}
},
"systems": {
"locked": {
"lastModified": 1681028828,
"narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=",
"owner": "nix-systems",
"repo": "default",
"rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e",
"type": "github"
},
"original": {
"owner": "nix-systems",
"repo": "default",
"type": "github"
}
},
"utils": {
"inputs": {
"systems": "systems"
},
"locked": {
"lastModified": 1705309234,
"narHash": "sha256-uNRRNRKmJyCRC/8y1RqBkqWBLM034y4qN7EprSdmgyA=",
"owner": "numtide",
"repo": "flake-utils",
"rev": "1ef2e671c3b0c19053962c07dbda38332dcebf26",
"type": "github"
},
"original": {
"owner": "numtide",
"repo": "flake-utils",
"type": "github"
}
}
},
"root": "root",
"version": 7
}