blob: dafbd108e5006f8829727bb5ea5bd648235ec672 [file] [log] [blame]
Skyler Grey453b9992023-03-05 05:48:42 +00001{
2 "nodes": {
TheCodedProf4a7c25d2023-06-07 17:09:45 -04003 "clicks-server": {
4 "inputs": {
5 "deploy-rs": "deploy-rs",
6 "flake-utils": "flake-utils",
7 "home-manager": "home-manager",
8 "nixpkgs": "nixpkgs_2",
9 "nixpkgs-unstable": "nixpkgs-unstable",
10 "scalpel": "scalpel",
11 "sops-nix": "sops-nix"
12 },
13 "locked": {
14 "lastModified": 1684677493,
15 "narHash": "sha256-M5Q3ZefLi1aLNU1FGuWisDooi0JIaHhOiRfK/XUbhlc=",
16 "owner": "clicksminuteper",
17 "repo": "nixfiles",
18 "rev": "8f59742cd1e17d16e6b0d1cf9dc02ef6e74471ee",
19 "type": "github"
20 },
21 "original": {
22 "owner": "clicksminuteper",
23 "repo": "nixfiles",
24 "type": "github"
25 }
26 },
27 "deploy-rs": {
28 "inputs": {
29 "flake-compat": "flake-compat",
30 "nixpkgs": "nixpkgs",
31 "utils": "utils"
32 },
33 "locked": {
34 "lastModified": 1682063650,
35 "narHash": "sha256-VaDHh2z6xlnTHaONlNVHP7qEMcK5rZ8Js3sT6mKb2XY=",
36 "owner": "serokell",
37 "repo": "deploy-rs",
38 "rev": "c2ea4e642dc50fd44b537e9860ec95867af30d39",
39 "type": "github"
40 },
41 "original": {
42 "owner": "serokell",
43 "repo": "deploy-rs",
44 "type": "github"
45 }
46 },
47 "flake-compat": {
48 "flake": false,
49 "locked": {
50 "lastModified": 1668681692,
51 "narHash": "sha256-Ht91NGdewz8IQLtWZ9LCeNXMSXHUss+9COoqu6JLmXU=",
52 "owner": "edolstra",
53 "repo": "flake-compat",
54 "rev": "009399224d5e398d03b22badca40a37ac85412a1",
55 "type": "github"
56 },
57 "original": {
58 "owner": "edolstra",
59 "repo": "flake-compat",
60 "type": "github"
61 }
62 },
Skyler Grey453b9992023-03-05 05:48:42 +000063 "flake-utils": {
TheCodedProf9481e662023-04-22 19:59:55 -040064 "inputs": {
65 "systems": "systems"
66 },
Skyler Grey453b9992023-03-05 05:48:42 +000067 "locked": {
TheCodedProf9481e662023-04-22 19:59:55 -040068 "lastModified": 1681202837,
69 "narHash": "sha256-H+Rh19JDwRtpVPAWp64F+rlEtxUWBAQW28eAi3SRSzg=",
Skyler Grey453b9992023-03-05 05:48:42 +000070 "owner": "numtide",
71 "repo": "flake-utils",
TheCodedProf9481e662023-04-22 19:59:55 -040072 "rev": "cfacdce06f30d2b68473a46042957675eebb3401",
Skyler Grey453b9992023-03-05 05:48:42 +000073 "type": "github"
74 },
75 "original": {
76 "owner": "numtide",
77 "repo": "flake-utils",
78 "type": "github"
79 }
80 },
TheCodedProf4a7c25d2023-06-07 17:09:45 -040081 "flake-utils_2": {
82 "inputs": {
83 "systems": "systems_2"
84 },
85 "locked": {
86 "lastModified": 1681202837,
87 "narHash": "sha256-H+Rh19JDwRtpVPAWp64F+rlEtxUWBAQW28eAi3SRSzg=",
88 "owner": "numtide",
89 "repo": "flake-utils",
90 "rev": "cfacdce06f30d2b68473a46042957675eebb3401",
91 "type": "github"
92 },
93 "original": {
94 "owner": "numtide",
95 "repo": "flake-utils",
96 "type": "github"
97 }
98 },
99 "flake-utils_3": {
100 "inputs": {
101 "systems": "systems_3"
102 },
103 "locked": {
104 "lastModified": 1685518550,
105 "narHash": "sha256-o2d0KcvaXzTrPRIo0kOLV0/QXHhDQ5DTi+OxcjO8xqY=",
106 "owner": "numtide",
107 "repo": "flake-utils",
108 "rev": "a1720a10a6cfe8234c0e93907ffe81be440f4cef",
109 "type": "github"
110 },
111 "original": {
112 "owner": "numtide",
113 "repo": "flake-utils",
114 "type": "github"
115 }
116 },
117 "home-manager": {
118 "inputs": {
119 "nixpkgs": [
120 "clicks-server",
121 "nixpkgs"
122 ],
123 "utils": [
124 "clicks-server",
125 "deploy-rs",
126 "utils"
127 ]
128 },
129 "locked": {
130 "lastModified": 1681092193,
131 "narHash": "sha256-JerCqqOqbT2tBnXQW4EqwFl0hHnuZp21rIQ6lu/N4rI=",
132 "owner": "nix-community",
133 "repo": "home-manager",
134 "rev": "f9edbedaf015013eb35f8caacbe0c9666bbc16af",
135 "type": "github"
136 },
137 "original": {
138 "owner": "nix-community",
139 "ref": "release-22.11",
140 "repo": "home-manager",
141 "type": "github"
142 }
143 },
Skyler Grey453b9992023-03-05 05:48:42 +0000144 "nixpkgs": {
145 "locked": {
TheCodedProf4a7c25d2023-06-07 17:09:45 -0400146 "lastModified": 1671417167,
147 "narHash": "sha256-JkHam6WQOwZN1t2C2sbp1TqMv3TVRjzrdoejqfefwrM=",
Skyler Grey453b9992023-03-05 05:48:42 +0000148 "owner": "NixOS",
149 "repo": "nixpkgs",
TheCodedProf4a7c25d2023-06-07 17:09:45 -0400150 "rev": "bb31220cca6d044baa6dc2715b07497a2a7c4bc7",
Skyler Grey453b9992023-03-05 05:48:42 +0000151 "type": "github"
152 },
153 "original": {
154 "owner": "NixOS",
TheCodedProf4a7c25d2023-06-07 17:09:45 -0400155 "ref": "nixpkgs-unstable",
156 "repo": "nixpkgs",
157 "type": "github"
158 }
159 },
160 "nixpkgs-stable": {
161 "locked": {
162 "lastModified": 1683504292,
163 "narHash": "sha256-jlZbBIKGa6IMGkcJkQ08pbKnouTAPfeq1fD5I7l/rBw=",
164 "owner": "NixOS",
165 "repo": "nixpkgs",
166 "rev": "ba0086c178d4ed60a7899f739caea553eca2e046",
167 "type": "github"
168 },
169 "original": {
170 "owner": "NixOS",
171 "ref": "release-22.11",
172 "repo": "nixpkgs",
173 "type": "github"
174 }
175 },
176 "nixpkgs-unstable": {
177 "locked": {
178 "lastModified": 1683777345,
179 "narHash": "sha256-V2p/A4RpEGqEZussOnHYMU6XglxBJGCODdzoyvcwig8=",
180 "owner": "nixos",
181 "repo": "nixpkgs",
182 "rev": "635a306fc8ede2e34cb3dd0d6d0a5d49362150ed",
183 "type": "github"
184 },
185 "original": {
186 "owner": "nixos",
187 "ref": "nixpkgs-unstable",
188 "repo": "nixpkgs",
189 "type": "github"
190 }
191 },
192 "nixpkgs_2": {
193 "locked": {
194 "lastModified": 1682817260,
195 "narHash": "sha256-kFMXzKNj4d/0Iqbm5l57rHSLyUeyCLMuvlROZIuuhvk=",
196 "owner": "nixos",
197 "repo": "nixpkgs",
198 "rev": "db1e4eeb0f9a9028bcb920e00abbc1409dd3ef36",
199 "type": "github"
200 },
201 "original": {
202 "owner": "nixos",
TheCodedProf9481e662023-04-22 19:59:55 -0400203 "ref": "nixos-22.11",
Skyler Grey453b9992023-03-05 05:48:42 +0000204 "repo": "nixpkgs",
205 "type": "github"
206 }
207 },
TheCodedProf4a7c25d2023-06-07 17:09:45 -0400208 "pnpm2nix": {
209 "inputs": {
210 "flake-utils": "flake-utils_3",
211 "nixpkgs": [
212 "nixpkgs"
213 ]
214 },
215 "locked": {
TheCodedProf33cf9512023-06-07 17:37:35 -0400216 "lastModified": 1686173255,
217 "narHash": "sha256-G9HiMDCnK+YeIb+lpLxsRg+/Kk2pz/PSlEtFe8Yi138=",
TheCodedProf4a7c25d2023-06-07 17:09:45 -0400218 "owner": "clicksminuteper",
219 "repo": "pnpm2nix",
TheCodedProf33cf9512023-06-07 17:37:35 -0400220 "rev": "f91bc86c6d2b1c2c3c4f476835b5ec01b750e898",
TheCodedProf4a7c25d2023-06-07 17:09:45 -0400221 "type": "github"
222 },
223 "original": {
224 "owner": "clicksminuteper",
225 "repo": "pnpm2nix",
226 "type": "github"
227 }
228 },
Skyler Grey453b9992023-03-05 05:48:42 +0000229 "root": {
230 "inputs": {
TheCodedProf4a7c25d2023-06-07 17:09:45 -0400231 "clicks-server": "clicks-server",
232 "flake-utils": "flake-utils_2",
233 "nixpkgs": [
234 "clicks-server",
235 "nixpkgs"
236 ],
237 "pnpm2nix": "pnpm2nix"
238 }
239 },
240 "scalpel": {
241 "inputs": {
242 "nixpkgs": [
243 "clicks-server",
244 "nixpkgs"
245 ],
246 "sops-nix": [
247 "clicks-server",
248 "sops-nix"
249 ]
250 },
251 "locked": {
252 "lastModified": 1655566736,
253 "narHash": "sha256-Vyolf8j7QcAHyVTQMqS8EGYZ/P6leJtiVNhYyIxoMRw=",
254 "owner": "polygon",
255 "repo": "scalpel",
256 "rev": "16c2103d613bb1c7adc6dbf2a17c2980ce08567f",
257 "type": "github"
258 },
259 "original": {
260 "owner": "polygon",
261 "repo": "scalpel",
262 "type": "github"
263 }
264 },
265 "sops-nix": {
266 "inputs": {
267 "nixpkgs": [
268 "clicks-server",
269 "nixpkgs"
270 ],
271 "nixpkgs-stable": "nixpkgs-stable"
272 },
273 "locked": {
274 "lastModified": 1683545104,
275 "narHash": "sha256-48wC0zzHAej/wLFWIgV+uj63AvQ2UUk85g7wmXJzTqk=",
276 "owner": "Mic92",
277 "repo": "sops-nix",
278 "rev": "36b062a2c85a0efb37de1300c79c54602a094fab",
279 "type": "github"
280 },
281 "original": {
282 "owner": "Mic92",
283 "repo": "sops-nix",
284 "type": "github"
Skyler Grey453b9992023-03-05 05:48:42 +0000285 }
TheCodedProf9481e662023-04-22 19:59:55 -0400286 },
287 "systems": {
288 "locked": {
289 "lastModified": 1681028828,
290 "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=",
291 "owner": "nix-systems",
292 "repo": "default",
293 "rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e",
294 "type": "github"
295 },
296 "original": {
297 "owner": "nix-systems",
298 "repo": "default",
299 "type": "github"
300 }
TheCodedProf4a7c25d2023-06-07 17:09:45 -0400301 },
302 "systems_2": {
303 "locked": {
304 "lastModified": 1681028828,
305 "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=",
306 "owner": "nix-systems",
307 "repo": "default",
308 "rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e",
309 "type": "github"
310 },
311 "original": {
312 "owner": "nix-systems",
313 "repo": "default",
314 "type": "github"
315 }
316 },
317 "systems_3": {
318 "locked": {
319 "lastModified": 1681028828,
320 "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=",
321 "owner": "nix-systems",
322 "repo": "default",
323 "rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e",
324 "type": "github"
325 },
326 "original": {
327 "owner": "nix-systems",
328 "repo": "default",
329 "type": "github"
330 }
331 },
332 "utils": {
333 "locked": {
334 "lastModified": 1667395993,
335 "narHash": "sha256-nuEHfE/LcWyuSWnS8t12N1wc105Qtau+/OdUAjtQ0rA=",
336 "owner": "numtide",
337 "repo": "flake-utils",
338 "rev": "5aed5285a952e0b949eb3ba02c12fa4fcfef535f",
339 "type": "github"
340 },
341 "original": {
342 "owner": "numtide",
343 "repo": "flake-utils",
344 "type": "github"
345 }
Skyler Grey453b9992023-03-05 05:48:42 +0000346 }
347 },
348 "root": "root",
349 "version": 7
TheCodedProf4a7c25d2023-06-07 17:09:45 -0400350}