|
1 | 1 | { |
2 | 2 | "nodes": { |
3 | | - "cachix": { |
4 | | - "inputs": { |
5 | | - "devenv": [ |
6 | | - "devenv" |
7 | | - ], |
8 | | - "flake-compat": [ |
9 | | - "devenv" |
10 | | - ], |
11 | | - "git-hooks": [ |
12 | | - "devenv", |
13 | | - "git-hooks" |
14 | | - ], |
15 | | - "nixpkgs": [ |
16 | | - "devenv", |
17 | | - "nixpkgs" |
18 | | - ] |
19 | | - }, |
20 | | - "locked": { |
21 | | - "lastModified": 1752264895, |
22 | | - "owner": "cachix", |
23 | | - "repo": "cachix", |
24 | | - "rev": "47053aef762f452e816e44eb9a23fbc3827b241a", |
25 | | - "type": "github" |
26 | | - }, |
27 | | - "original": { |
28 | | - "owner": "cachix", |
29 | | - "ref": "latest", |
30 | | - "repo": "cachix", |
31 | | - "type": "github" |
32 | | - } |
33 | | - }, |
34 | 3 | "devenv": { |
35 | | - "inputs": { |
36 | | - "cachix": "cachix", |
37 | | - "flake-compat": "flake-compat", |
38 | | - "git-hooks": "git-hooks", |
39 | | - "nix": "nix", |
40 | | - "nixpkgs": "nixpkgs" |
41 | | - }, |
42 | 4 | "locked": { |
43 | | - "lastModified": 1752614524, |
| 5 | + "dir": "src/modules", |
| 6 | + "lastModified": 1752676460, |
44 | 7 | "owner": "cachix", |
45 | 8 | "repo": "devenv", |
46 | | - "rev": "9e8d80bbb9db92496d6dffb36d035983b95cec61", |
| 9 | + "rev": "e93ca35b184e8ce6194fc8f11939923a6d847bb5", |
47 | 10 | "type": "github" |
48 | 11 | }, |
49 | 12 | "original": { |
| 13 | + "dir": "src/modules", |
50 | 14 | "owner": "cachix", |
51 | | - "ref": "fix-rust-hooks-with-custom-toolchain", |
52 | 15 | "repo": "devenv", |
53 | 16 | "type": "github" |
54 | 17 | } |
|
68 | 31 | "type": "github" |
69 | 32 | } |
70 | 33 | }, |
71 | | - "flake-compat_2": { |
72 | | - "flake": false, |
73 | | - "locked": { |
74 | | - "lastModified": 1747046372, |
75 | | - "owner": "edolstra", |
76 | | - "repo": "flake-compat", |
77 | | - "rev": "9100a0f413b0c601e0533d1d94ffd501ce2e7885", |
78 | | - "type": "github" |
79 | | - }, |
80 | | - "original": { |
81 | | - "owner": "edolstra", |
82 | | - "repo": "flake-compat", |
83 | | - "type": "github" |
84 | | - } |
85 | | - }, |
86 | | - "flake-parts": { |
87 | | - "inputs": { |
88 | | - "nixpkgs-lib": [ |
89 | | - "devenv", |
90 | | - "nix", |
91 | | - "nixpkgs" |
92 | | - ] |
93 | | - }, |
94 | | - "locked": { |
95 | | - "lastModified": 1751413152, |
96 | | - "owner": "hercules-ci", |
97 | | - "repo": "flake-parts", |
98 | | - "rev": "77826244401ea9de6e3bac47c2db46005e1f30b5", |
99 | | - "type": "github" |
100 | | - }, |
101 | | - "original": { |
102 | | - "owner": "hercules-ci", |
103 | | - "repo": "flake-parts", |
104 | | - "type": "github" |
105 | | - } |
106 | | - }, |
107 | 34 | "git-hooks": { |
108 | 35 | "inputs": { |
109 | | - "flake-compat": [ |
110 | | - "devenv", |
111 | | - "flake-compat" |
112 | | - ], |
| 36 | + "flake-compat": "flake-compat", |
113 | 37 | "gitignore": "gitignore", |
114 | | - "nixpkgs": [ |
115 | | - "devenv", |
116 | | - "nixpkgs" |
117 | | - ] |
118 | | - }, |
119 | | - "locked": { |
120 | | - "lastModified": 1750779888, |
121 | | - "owner": "cachix", |
122 | | - "repo": "git-hooks.nix", |
123 | | - "rev": "16ec914f6fb6f599ce988427d9d94efddf25fe6d", |
124 | | - "type": "github" |
125 | | - }, |
126 | | - "original": { |
127 | | - "owner": "cachix", |
128 | | - "repo": "git-hooks.nix", |
129 | | - "type": "github" |
130 | | - } |
131 | | - }, |
132 | | - "git-hooks_2": { |
133 | | - "inputs": { |
134 | | - "flake-compat": "flake-compat_2", |
135 | | - "gitignore": "gitignore_2", |
136 | 38 | "nixpkgs": [ |
137 | 39 | "nixpkgs" |
138 | 40 | ] |
|
153 | 55 | "gitignore": { |
154 | 56 | "inputs": { |
155 | 57 | "nixpkgs": [ |
156 | | - "devenv", |
157 | 58 | "git-hooks", |
158 | 59 | "nixpkgs" |
159 | 60 | ] |
|
171 | 72 | "type": "github" |
172 | 73 | } |
173 | 74 | }, |
174 | | - "gitignore_2": { |
175 | | - "inputs": { |
176 | | - "nixpkgs": [ |
177 | | - "git-hooks", |
178 | | - "nixpkgs" |
179 | | - ] |
180 | | - }, |
181 | | - "locked": { |
182 | | - "lastModified": 1709087332, |
183 | | - "owner": "hercules-ci", |
184 | | - "repo": "gitignore.nix", |
185 | | - "rev": "637db329424fd7e46cf4185293b9cc8c88c95394", |
186 | | - "type": "github" |
187 | | - }, |
188 | | - "original": { |
189 | | - "owner": "hercules-ci", |
190 | | - "repo": "gitignore.nix", |
191 | | - "type": "github" |
192 | | - } |
193 | | - }, |
194 | | - "nix": { |
195 | | - "inputs": { |
196 | | - "flake-compat": [ |
197 | | - "devenv", |
198 | | - "flake-compat" |
199 | | - ], |
200 | | - "flake-parts": "flake-parts", |
201 | | - "git-hooks-nix": [ |
202 | | - "devenv", |
203 | | - "git-hooks" |
204 | | - ], |
205 | | - "nixpkgs": [ |
206 | | - "devenv", |
207 | | - "nixpkgs" |
208 | | - ], |
209 | | - "nixpkgs-23-11": [ |
210 | | - "devenv" |
211 | | - ], |
212 | | - "nixpkgs-regression": [ |
213 | | - "devenv" |
214 | | - ] |
215 | | - }, |
216 | | - "locked": { |
217 | | - "lastModified": 1752251701, |
218 | | - "owner": "cachix", |
219 | | - "repo": "nix", |
220 | | - "rev": "54df04f09cb084b9e58529c0ae6f53f0e50f1a19", |
221 | | - "type": "github" |
222 | | - }, |
223 | | - "original": { |
224 | | - "owner": "cachix", |
225 | | - "ref": "devenv-2.30", |
226 | | - "repo": "nix", |
227 | | - "type": "github" |
228 | | - } |
229 | | - }, |
230 | 75 | "nixpkgs": { |
231 | 76 | "locked": { |
232 | 77 | "lastModified": 1750441195, |
|
242 | 87 | "type": "github" |
243 | 88 | } |
244 | 89 | }, |
245 | | - "nixpkgs_2": { |
246 | | - "locked": { |
247 | | - "lastModified": 1750441195, |
248 | | - "owner": "cachix", |
249 | | - "repo": "devenv-nixpkgs", |
250 | | - "rev": "0ceffe312871b443929ff3006960d29b120dc627", |
251 | | - "type": "github" |
252 | | - }, |
253 | | - "original": { |
254 | | - "owner": "cachix", |
255 | | - "ref": "rolling", |
256 | | - "repo": "devenv-nixpkgs", |
257 | | - "type": "github" |
258 | | - } |
259 | | - }, |
260 | 90 | "root": { |
261 | 91 | "inputs": { |
262 | 92 | "devenv": "devenv", |
263 | | - "git-hooks": "git-hooks_2", |
264 | | - "nixpkgs": "nixpkgs_2", |
| 93 | + "git-hooks": "git-hooks", |
| 94 | + "nixpkgs": "nixpkgs", |
265 | 95 | "pre-commit-hooks": [ |
266 | 96 | "git-hooks" |
267 | 97 | ], |
|
275 | 105 | ] |
276 | 106 | }, |
277 | 107 | "locked": { |
278 | | - "lastModified": 1752547600, |
| 108 | + "lastModified": 1752633862, |
279 | 109 | "owner": "oxalica", |
280 | 110 | "repo": "rust-overlay", |
281 | | - "rev": "9127ca1f5a785b23a2fc1c74551a27d3e8b9a28b", |
| 111 | + "rev": "8668ca94858206ac3db0860a9dec471de0d995f8", |
282 | 112 | "type": "github" |
283 | 113 | }, |
284 | 114 | "original": { |
|
0 commit comments