flake.lock 6.41 KB
Newer Older
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
{
  "nodes": {
    "flake-compat": {
      "locked": {
        "lastModified": 1696426674,
        "narHash": "sha256-kvjfFW7WAETZlt09AgDn1MrtKzP7t90Vf7vypd3OL1U=",
        "owner": "edolstra",
        "repo": "flake-compat",
        "rev": "0f9255e01c2351cc7d116c072cb317785dd33b33",
        "type": "github"
      },
      "original": {
        "owner": "edolstra",
        "repo": "flake-compat",
        "type": "github"
      }
    },
    "flake-utils": {
      "inputs": {
        "systems": "systems"
      },
      "locked": {
        "lastModified": 1710146030,
        "narHash": "sha256-SZ5L6eA7HJ/nmkzGG7/ISclqe6oZdOZTNoesiInkXPQ=",
        "owner": "numtide",
        "repo": "flake-utils",
        "rev": "b1d9ab70662946ef0850d488da1c9019f3a9752a",
        "type": "github"
      },
      "original": {
        "owner": "numtide",
        "repo": "flake-utils",
        "type": "github"
      }
    },
Nicolas Patry's avatar
Nicolas Patry committed
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
    "flake-utils_2": {
      "inputs": {
        "systems": "systems_2"
      },
      "locked": {
        "lastModified": 1710146030,
        "narHash": "sha256-SZ5L6eA7HJ/nmkzGG7/ISclqe6oZdOZTNoesiInkXPQ=",
        "owner": "numtide",
        "repo": "flake-utils",
        "rev": "b1d9ab70662946ef0850d488da1c9019f3a9752a",
        "type": "github"
      },
      "original": {
        "owner": "numtide",
        "repo": "flake-utils",
        "type": "github"
      }
    },
    "nix-github-actions": {
      "inputs": {
        "nixpkgs": [
          "poetry2nix",
          "nixpkgs"
        ]
      },
      "locked": {
        "lastModified": 1703863825,
        "narHash": "sha256-rXwqjtwiGKJheXB43ybM8NwWB8rO2dSRrEqes0S7F5Y=",
        "owner": "nix-community",
        "repo": "nix-github-actions",
        "rev": "5163432afc817cf8bd1f031418d1869e4c9d5547",
        "type": "github"
      },
      "original": {
        "owner": "nix-community",
        "repo": "nix-github-actions",
        "type": "github"
      }
    },
75
76
    "nixpkgs": {
      "locked": {
Nicolas Patry's avatar
Nicolas Patry committed
77
78
79
        "lastModified": 1719763542,
        "narHash": "sha256-mXkOj9sJ0f69Nkc2dGGOWtof9d1YNY8Le/Hia3RN+8Q=",
        "owner": "NixOS",
80
        "repo": "nixpkgs",
Nicolas Patry's avatar
Nicolas Patry committed
81
        "rev": "e6cdd8a11b26b4d60593733106042141756b54a3",
82
83
84
        "type": "github"
      },
      "original": {
Nicolas Patry's avatar
Nicolas Patry committed
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
        "owner": "NixOS",
        "ref": "nixos-unstable-small",
        "repo": "nixpkgs",
        "type": "github"
      }
    },
    "nixpkgs_2": {
      "locked": {
        "lastModified": 1723418128,
        "narHash": "sha256-k1pEqsnB6ikZyasXbtV6A9akPZMKlsyENPDUA6PXoJo=",
        "owner": "nixos",
        "repo": "nixpkgs",
        "rev": "129f579cbb5b4c1ad258fd96bdfb78eb14802727",
        "type": "github"
      },
      "original": {
        "owner": "nixos",
        "ref": "nixos-unstable-small",
103
104
105
106
        "repo": "nixpkgs",
        "type": "github"
      }
    },
Nicolas Patry's avatar
Nicolas Patry committed
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
    "poetry2nix": {
      "inputs": {
        "flake-utils": "flake-utils_2",
        "nix-github-actions": "nix-github-actions",
        "nixpkgs": "nixpkgs",
        "systems": "systems_3",
        "treefmt-nix": "treefmt-nix"
      },
      "locked": {
        "lastModified": 1723343306,
        "narHash": "sha256-/6sRkPq7/5weX2y0V8sQ29Sz35nt8kyj+BsFtkhgbJE=",
        "owner": "nix-community",
        "repo": "poetry2nix",
        "rev": "4a1c112ff0c67f496573dc345bd0b2247818fc29",
        "type": "github"
      },
      "original": {
        "owner": "nix-community",
        "repo": "poetry2nix",
        "type": "github"
      }
    },
129
130
131
132
133
134
135
    "root": {
      "inputs": {
        "flake-utils": "flake-utils",
        "nixpkgs": [
          "tgi-nix",
          "nixpkgs"
        ],
Nicolas Patry's avatar
Nicolas Patry committed
136
        "poetry2nix": "poetry2nix",
137
        "rust-overlay": "rust-overlay",
138
139
140
        "tgi-nix": "tgi-nix"
      }
    },
141
142
143
144
145
146
147
148
    "rust-overlay": {
      "inputs": {
        "nixpkgs": [
          "tgi-nix",
          "nixpkgs"
        ]
      },
      "locked": {
Nicolas Patry's avatar
Nicolas Patry committed
149
150
        "lastModified": 1723429325,
        "narHash": "sha256-4x/32xTCd+xCwFoI/kKSiCr5LQA2ZlyTRYXKEni5HR8=",
151
152
        "owner": "oxalica",
        "repo": "rust-overlay",
Nicolas Patry's avatar
Nicolas Patry committed
153
        "rev": "65e3dc0fe079fe8df087cd38f1fe6836a0373aad",
154
155
156
157
158
159
160
161
        "type": "github"
      },
      "original": {
        "owner": "oxalica",
        "repo": "rust-overlay",
        "type": "github"
      }
    },
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
    "systems": {
      "locked": {
        "lastModified": 1681028828,
        "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=",
        "owner": "nix-systems",
        "repo": "default",
        "rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e",
        "type": "github"
      },
      "original": {
        "owner": "nix-systems",
        "repo": "default",
        "type": "github"
      }
    },
Nicolas Patry's avatar
Nicolas Patry committed
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
    "systems_2": {
      "locked": {
        "lastModified": 1681028828,
        "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=",
        "owner": "nix-systems",
        "repo": "default",
        "rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e",
        "type": "github"
      },
      "original": {
        "owner": "nix-systems",
        "repo": "default",
        "type": "github"
      }
    },
    "systems_3": {
      "locked": {
        "lastModified": 1681028828,
        "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=",
        "owner": "nix-systems",
        "repo": "default",
        "rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e",
        "type": "github"
      },
      "original": {
        "id": "systems",
        "type": "indirect"
      }
    },
206
207
208
    "tgi-nix": {
      "inputs": {
        "flake-compat": "flake-compat",
Nicolas Patry's avatar
Nicolas Patry committed
209
        "nixpkgs": "nixpkgs_2"
210
211
      },
      "locked": {
Nicolas Patry's avatar
Nicolas Patry committed
212
213
        "lastModified": 1723450799,
        "narHash": "sha256-cuT/ce7R2D5Lx6Ted4YS4y+WrAAOXQFAbzLsM1vtPo8=",
214
215
        "owner": "danieldk",
        "repo": "tgi-nix",
Nicolas Patry's avatar
Nicolas Patry committed
216
        "rev": "29f9b45bd613eced65c4a5241a00aa9346f63d90",
217
218
219
220
221
222
223
        "type": "github"
      },
      "original": {
        "owner": "danieldk",
        "repo": "tgi-nix",
        "type": "github"
      }
Nicolas Patry's avatar
Nicolas Patry committed
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
    },
    "treefmt-nix": {
      "inputs": {
        "nixpkgs": [
          "poetry2nix",
          "nixpkgs"
        ]
      },
      "locked": {
        "lastModified": 1719749022,
        "narHash": "sha256-ddPKHcqaKCIFSFc/cvxS14goUhCOAwsM1PbMr0ZtHMg=",
        "owner": "numtide",
        "repo": "treefmt-nix",
        "rev": "8df5ff62195d4e67e2264df0b7f5e8c9995fd0bd",
        "type": "github"
      },
      "original": {
        "owner": "numtide",
        "repo": "treefmt-nix",
        "type": "github"
      }
245
246
247
248
249
    }
  },
  "root": "root",
  "version": 7
}