aboutsummaryrefslogtreecommitdiffstats
path: root/unflake.nix
blob: e3dffaa3b35b5babf259ccf23866934603f2e813 (plain) (blame)
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
173
174
175
176
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
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
# @generated by https://codeberg.org/goldstein/unflake
let
  indirect_deps = {
  };
  specs = rec {
    unflake_github_cachix_pre-commit-hooks-nix = {
      type = "github";
      owner = "cachix";
      repo = "pre-commit-hooks.nix";
      rev = "43b3c1ab9d40fb1dbb008f451988a91e375825e9";
      lastModified = 1784288435;
      narHash = "sha256-ReRHaLgr/uVqdD8afFSn+myXIfpHeOhP0yYe0TJqAA8=";
    };
    unflake_github_hercules-ci_flake-parts = {
      type = "github";
      owner = "hercules-ci";
      repo = "flake-parts";
      rev = "427bf4bd9435fdf21321c8cc628c24efc14c0f7a";
      lastModified = 1785627969;
      narHash = "sha256-4dtXQk/NMePegK/nWp5NSeuZKLATItOq61lpEvmXqGw=";
    };
    unflake_github_ipetkov_crane = {
      type = "github";
      owner = "ipetkov";
      repo = "crane";
      rev = "6ed595a5527c0ec9563e0e06417f1b8fc88ccb66";
      lastModified = 1787074141;
      narHash = "sha256-MWnmk87W8akPIKh+yd0bTfXvlyumKQVh5l/KTbgI95o=";
    };
    unflake_github_lnl7_nix-darwin_ref_master = {
      type = "github";
      owner = "lnl7";
      repo = "nix-darwin";
      rev = "4cff07de74b50e64bdd68cd4e722ab5b6b35ee48";
      lastModified = 1786845137;
      narHash = "sha256-oQFip+v0luP8NIxJzmiW4Wu8bILsbFWom5l0zonl8hQ=";
    };
    unflake_github_nix-community_nix-index-database_ref_main = {
      type = "github";
      owner = "nix-community";
      repo = "nix-index-database";
      rev = "c7962dc97b45129df8d751bedaf37beb5a17706e";
      lastModified = 1786852476;
      narHash = "sha256-IM5CYtf86W4w8eUPpKcY/LpdHElmVBtJhaKnoTKxZEA=";
    };
    unflake_github_nix-community_nixvim_ref_main = {
      type = "github";
      owner = "nix-community";
      repo = "nixvim";
      rev = "d0d62a2b5027da689b4e8d5ee43f1cf83f2e975d";
      lastModified = 1787151631;
      narHash = "sha256-EblMdrDFBFNNlUPm5zUQdh0j6gDx+OFQPv7LFE4B5AA=";
    };
    unflake_github_nix-community_disko_ref_master = {
      type = "github";
      owner = "nix-community";
      repo = "disko";
      rev = "ff8702b4de27f72b4c78573dfb89ec74e36abdf1";
      lastModified = 1781152676;
      narHash = "sha256-RxWs5ND31KzTG7wvMM+PMfUjyNpmIEr999lqNARaM5o=";
    };
    unflake_github_nix-community_home-manager_ref_master = {
      type = "github";
      owner = "nix-community";
      repo = "home-manager";
      rev = "3c3ede6ad886a6d9b0938ef19112523118fe62c2";
      lastModified = 1787152495;
      narHash = "sha256-zWjKwcMt0h+FIr0lgn0PWVN/24+IfNf4RhfL6hId2b4=";
    };
    unflake_github_nix-community_impermanence_ref_master = {
      type = "github";
      owner = "nix-community";
      repo = "impermanence";
      rev = "7b1d382faf603b6d264f58627330f9faa5cba149";
      lastModified = 1769548169;
      narHash = "sha256-03+JxvzmfwRu+5JafM0DLbxgHttOQZkUtDWBmeUkN8Y=";
    };
    unflake_github_nix-community_nixos-generators_ref_master = {
      type = "github";
      owner = "nix-community";
      repo = "nixos-generators";
      rev = "8946737ff703382fda7623b9fab071d037e897d5";
      lastModified = 1769813415;
      narHash = "sha256-nnVmNNKBi1YiBNPhKclNYDORoHkuKipoz7EtVnXO50A=";
    };
    unflake_github_nix-community_lanzaboote_ref_v1-1-0 = {
      type = "github";
      owner = "nix-community";
      repo = "lanzaboote";
      rev = "7c9a54a7f87b4539ddbd8bda09a8a5f5f9361aa9";
      lastModified = 1782141370;
      narHash = "sha256-hqijVSEETttmo8Okql9/LG0Ua34hdciKW1a5zzlj8mU=";
    };
    unflake_github_nix-community_nixpkgs-lib = {
      type = "github";
      owner = "nix-community";
      repo = "nixpkgs.lib";
      rev = "6c072ec3b5c474f370866628582bb6533fe6f822";
      lastModified = 1786841782;
      narHash = "sha256-auVxpg6qxDnBG7bhSgqcolnbzsNfYvUNTyvOZJoHcrY=";
    };
    unflake_github_nix-systems_default_ref_main = {
      type = "github";
      owner = "nix-systems";
      repo = "default";
      rev = "da67096a3b9bf56a91d16901293e51ba5b49a27e";
      lastModified = 1681028828;
      narHash = "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=";
    };
    unflake_github_nixos_nixpkgs_ref_nixos-unstable = {
      type = "github";
      owner = "nixos";
      repo = "nixpkgs";
      rev = "0ae2bc1419c3f345984c2629e72e7a631820fa4d";
      lastModified = 1787070829;
      narHash = "sha256-vXNVDVtvfiQuXthP0NHPFdNvvMTkGpx0UP8oddIWbNk=";
    };
    unflake_github_nixos_flake-compat = {
      type = "github";
      owner = "nixos";
      repo = "flake-compat";
      rev = "5edf11c44bc78a0d334f6334cdaf7d60d732daab";
      lastModified = 1767039857;
      narHash = "sha256-vNpUSpF5Nuw8xvDLj2KCwwksIbjua2LZCqhV1LNRDns=";
    };
    unflake_github_numtide_treefmt-nix_ref_main = {
      type = "github";
      owner = "numtide";
      repo = "treefmt-nix";
      rev = "27b3b12a8e6375f28ebe122f07d230ca5459bbfa";
      lastModified = 1786901030;
      narHash = "sha256-WSFCsDSE5ffgD2MqzkM2CYjeFiKhRF/dJUN8uedb6YE=";
    };
    unflake_github_numtide_flake-utils = {
      type = "github";
      owner = "numtide";
      repo = "flake-utils";
      rev = "11707dc2f618dd54ca8739b309ec4fc024de578b";
      lastModified = 1731533236;
      narHash = "sha256-l0KFg5HjrsfsO/JpG+r7fRrqm12kzFHyUHqHCVpMMbI=";
    };
    unflake_github_oxalica_rust-overlay = {
      type = "github";
      owner = "oxalica";
      repo = "rust-overlay";
      rev = "99607a06c2ea1290cd3258c11d1416dde9201f94";
      lastModified = 1787108576;
      narHash = "sha256-WLhxXPMCzbeufsDZxdzkurLGBq74GX+JgLX8fFy6HZs=";
    };
    unflake_github_ryantm_agenix_ref_main = {
      type = "github";
      owner = "ryantm";
      repo = "agenix";
      rev = "b027ee29d959fda4b60b57566d64c98a202e0feb";
      lastModified = 1770165109;
      narHash = "sha256-9VnK6Oqai65puVJ4WYtCTvlJeXxMzAp/69HhQuTdl/I=";
    };
    unflake_git_https---git-foss-syndicate-org-bpeetz-forks-atuin_ref_main = {
      type = "git";
      url = "https://git.foss-syndicate.org/bpeetz/forks/atuin";
      ref = "main";
      rev = "3ba41b526d57368bfa8d151fd777865370c24f6b";
      revCount = 1836;
      lastModified = 1781440499;
      narHash = "sha256-6upceGLe7W2i00Qsv4fPQUuAIAUpHK8Tm/dsmoQ4SzI=";
    };
    unflake_git_https---git-lix-systems-lix-project-flake-compat_ref_main = {
      type = "git";
      url = "https://git.lix.systems/lix-project/flake-compat";
      ref = "main";
      rev = "382052b74656a369c5408822af3f2501e9b1af81";
      revCount = 94;
      lastModified = 1777699697;
      narHash = "sha256-Eg9b/rq/ECYwNwEXs5i9wHyhxNI0JrYx2srdI2uZMaQ=";
    };
    unflake_git_https---codeberg-org-bpeetz-flake-templates_ref_prime = {
      type = "git";
      url = "https://codeberg.org/bpeetz/flake-templates";
      ref = "prime";
      rev = "0294fb03df7c265f8fae24a9e775d69a953bbf03";
      revCount = 204;
      lastModified = 1733053857;
      narHash = "sha256-rI1qMFzbXVjfEvmf2OS4upnibXpL21its6cCXqhz86o=";
    };
    unflake_git_https---git-foss-syndicate-org-bpeetz-devshells_ref_prime = {
      type = "git";
      url = "https://git.foss-syndicate.org/bpeetz/devshells";
      ref = "prime";
      rev = "eeadc1096d4f122e09109bb10195ee9a8b6e3be6";
      revCount = 3;
      lastModified = 1786571173;
      narHash = "sha256-qnSNf9dhKAAFmRTDKCzz8+PDyAvQ+wG3vCoOJCChdxU=";
    };
    unflake_git_https---git-foss-syndicate-org-bpeetz-qmk_layout_ref_prime = {
      type = "git";
      url = "https://git.foss-syndicate.org/bpeetz/qmk_layout";
      ref = "prime";
      rev = "4dff2e6ba5c9c80de3e3d2213ad28802814c3bba";
      revCount = 39;
      lastModified = 1753517111;
      narHash = "sha256-dv5P3ahDICDacdzEmcyxrtKgbRWhVFiKQaLEz+WniGM=";
    };
    unflake_git_https---git-foss-syndicate-org-vhack-eu-nix-library_ref_prime = {
      type = "git";
      url = "https://git.foss-syndicate.org/vhack.eu/nix-library";
      ref = "prime";
      rev = "65bf71bb6ef05ce684924a1dc248bb2e8e2869fb";
      revCount = 17;
      lastModified = 1738443114;
      narHash = "sha256-IV7n/l3rFoz5UuavrDv0a7IIOPne0jDQVmJAR8bve8U=";
    };
    unflake_tarball_https---channels-nixos-org-nixos-26-05-nixexprs-tar-zst = {
      type = "tarball";
      url = "https://releases.nixos.org/nixos/26.05/nixos-26.05.8045.b18a4b905f8d/nixexprs.tar.zst?lastModified=1787101114";
      rev = "b18a4b905f8d028dc4476412e6d6891728695379";
      lastModified = 1787101114;
      narHash = "sha256-BA7sSNjLDuPGSOYBGpr6WQjke1MQ8AZpJ8GlYZM/mOc=";
    };
    unflake_tarball_https---channels-nixos-org-nixos-unstable-nixexprs-tar-zst = {
      type = "tarball";
      url = "https://releases.nixos.org/nixos/unstable/nixos-26.11pre1057639.0ae2bc1419c3/nixexprs.tar.zst?lastModified=1787070829";
      rev = "0ae2bc1419c3f345984c2629e72e7a631820fa4d";
      lastModified = 1787070829;
      narHash = "sha256-xe+M6F3syqECh9nH7Fmyxrjs13PtQV3S9o/EbutKz84=";
    };
    unflake_github_nix-systems_default_ref_main_flake_false = unflake_github_nix-systems_default_ref_main;
    unflake_github_nixos_flake-compat_flake_false = unflake_github_nixos_flake-compat;
  };
  deps = indirect_deps // builtins.mapAttrs (_: spec: builtins.fetchTree spec) specs;
  injections = rec {
    unflake_github_cachix_pre-commit-hooks-nix = {
      flake-compat = "unflake_github_nixos_flake-compat_flake_false";
      nixpkgs = "unflake_tarball_https---channels-nixos-org-nixos-unstable-nixexprs-tar-zst";
    };
    unflake_github_hercules-ci_flake-parts = {
      nixpkgs-lib = "unflake_github_nix-community_nixpkgs-lib";
    };
    unflake_github_ipetkov_crane = {
    };
    unflake_github_lnl7_nix-darwin_ref_master = {
      nixpkgs = "unflake_tarball_https---channels-nixos-org-nixos-unstable-nixexprs-tar-zst";
    };
    unflake_github_nix-community_nix-index-database_ref_main = {
      nixpkgs = "unflake_github_nixos_nixpkgs_ref_nixos-unstable";
    };
    unflake_github_nix-community_nixvim_ref_main = {
      flake-parts = "unflake_github_hercules-ci_flake-parts";
      nixpkgs = "unflake_tarball_https---channels-nixos-org-nixos-unstable-nixexprs-tar-zst";
      systems = "unflake_github_nix-systems_default_ref_main_flake_false";
    };
    unflake_github_nix-community_disko_ref_master = {
      nixpkgs = "unflake_tarball_https---channels-nixos-org-nixos-unstable-nixexprs-tar-zst";
    };
    unflake_github_nix-community_home-manager_ref_master = {
      nixpkgs = "unflake_tarball_https---channels-nixos-org-nixos-unstable-nixexprs-tar-zst";
    };
    unflake_github_nix-community_impermanence_ref_master = {
      home-manager = "unflake_github_nix-community_home-manager_ref_master";
      nixpkgs = "unflake_github_nixos_nixpkgs_ref_nixos-unstable";
    };
    unflake_github_nix-community_nixos-generators_ref_master = {
      nixlib = "unflake_github_nix-community_nixpkgs-lib";
      nixpkgs = "unflake_tarball_https---channels-nixos-org-nixos-unstable-nixexprs-tar-zst";
    };
    unflake_github_nix-community_lanzaboote_ref_v1-1-0 = {
      crane = "unflake_github_ipetkov_crane";
      nixpkgs = "unflake_github_nixos_nixpkgs_ref_nixos-unstable";
      pre-commit = "unflake_github_cachix_pre-commit-hooks-nix";
      rust-overlay = "unflake_github_oxalica_rust-overlay";
    };
    unflake_github_nix-community_nixpkgs-lib = {
    };
    unflake_github_nix-systems_default_ref_main = {
    };
    unflake_github_nixos_nixpkgs_ref_nixos-unstable = {
    };
    unflake_github_numtide_treefmt-nix_ref_main = {
      nixpkgs = "unflake_tarball_https---channels-nixos-org-nixos-unstable-nixexprs-tar-zst";
    };
    unflake_github_numtide_flake-utils = {
      systems = "unflake_github_nix-systems_default_ref_main";
    };
    unflake_github_oxalica_rust-overlay = {
      nixpkgs = "unflake_tarball_https---channels-nixos-org-nixos-unstable-nixexprs-tar-zst";
    };
    unflake_github_ryantm_agenix_ref_main = {
      darwin = "unflake_github_lnl7_nix-darwin_ref_master";
      home-manager = "unflake_github_nix-community_home-manager_ref_master";
      nixpkgs = "unflake_tarball_https---channels-nixos-org-nixos-26-05-nixexprs-tar-zst";
      systems = "unflake_github_nix-systems_default_ref_main";
    };
    unflake_git_https---git-foss-syndicate-org-bpeetz-forks-atuin_ref_main = {
      nixpkgs = "unflake_tarball_https---channels-nixos-org-nixos-unstable-nixexprs-tar-zst";
    };
    unflake_git_https---git-lix-systems-lix-project-flake-compat_ref_main = {
    };
    unflake_git_https---codeberg-org-bpeetz-flake-templates_ref_prime = {
      flake-utils = "unflake_github_numtide_flake-utils";
      nixpkgs = "unflake_tarball_https---channels-nixos-org-nixos-unstable-nixexprs-tar-zst";
      systems = "unflake_github_nix-systems_default_ref_main";
      treefmt-nix = "unflake_github_numtide_treefmt-nix_ref_main";
    };
    unflake_git_https---git-foss-syndicate-org-bpeetz-devshells_ref_prime = {
      library = "unflake_git_https---git-foss-syndicate-org-vhack-eu-nix-library_ref_prime";
      nixpkgs = "unflake_tarball_https---channels-nixos-org-nixos-unstable-nixexprs-tar-zst";
    };
    unflake_git_https---git-foss-syndicate-org-bpeetz-qmk_layout_ref_prime = {
      flake-utils = "unflake_github_numtide_flake-utils";
      nixpkgs = "unflake_tarball_https---channels-nixos-org-nixos-unstable-nixexprs-tar-zst";
      systems = "unflake_github_nix-systems_default_ref_main";
      treefmt-nix = "unflake_github_numtide_treefmt-nix_ref_main";
    };
    unflake_git_https---git-foss-syndicate-org-vhack-eu-nix-library_ref_prime = {
    };
    unflake_tarball_https---channels-nixos-org-nixos-26-05-nixexprs-tar-zst = {
    };
    unflake_tarball_https---channels-nixos-org-nixos-unstable-nixexprs-tar-zst = {
    };
  };
  inject = name: flake_path: subdir:
    let
      inputs = builtins.mapAttrs (_: dep: universe.${dep}) injections.${name} // {
        inherit self;
      };
      sourceInfo = deps.${name};
      outPath = "${sourceInfo.outPath}${subdir}";
      outputs = (import "${sourceInfo.outPath}/${flake_path}").outputs inputs;
      self = outputs // sourceInfo // {
        inherit inputs outputs outPath sourceInfo;
        _type = "flake";
        _flake = true;
      };
    in self;
  universe = rec {
    unflake_github_cachix_pre-commit-hooks-nix = inject "unflake_github_cachix_pre-commit-hooks-nix" "flake.nix" "";
    unflake_github_hercules-ci_flake-parts = inject "unflake_github_hercules-ci_flake-parts" "flake.nix" "";
    unflake_github_ipetkov_crane = inject "unflake_github_ipetkov_crane" "flake.nix" "";
    unflake_github_lnl7_nix-darwin_ref_master = inject "unflake_github_lnl7_nix-darwin_ref_master" "flake.nix" "";
    unflake_github_nix-community_nix-index-database_ref_main = inject "unflake_github_nix-community_nix-index-database_ref_main" "flake.nix" "";
    unflake_github_nix-community_nixvim_ref_main = inject "unflake_github_nix-community_nixvim_ref_main" "flake.nix" "";
    unflake_github_nix-community_disko_ref_master = inject "unflake_github_nix-community_disko_ref_master" "flake.nix" "";
    unflake_github_nix-community_home-manager_ref_master = inject "unflake_github_nix-community_home-manager_ref_master" "flake.nix" "";
    unflake_github_nix-community_impermanence_ref_master = inject "unflake_github_nix-community_impermanence_ref_master" "flake.nix" "";
    unflake_github_nix-community_nixos-generators_ref_master = inject "unflake_github_nix-community_nixos-generators_ref_master" "flake.nix" "";
    unflake_github_nix-community_lanzaboote_ref_v1-1-0 = inject "unflake_github_nix-community_lanzaboote_ref_v1-1-0" "flake.nix" "";
    unflake_github_nix-community_nixpkgs-lib = inject "unflake_github_nix-community_nixpkgs-lib" "flake.nix" "";
    unflake_github_nix-systems_default_ref_main_flake_false = deps.unflake_github_nix-systems_default_ref_main_flake_false;
    unflake_github_nix-systems_default_ref_main = inject "unflake_github_nix-systems_default_ref_main" "flake.nix" "";
    unflake_github_nixos_nixpkgs_ref_nixos-unstable = inject "unflake_github_nixos_nixpkgs_ref_nixos-unstable" "flake.nix" "";
    unflake_github_nixos_flake-compat_flake_false = deps.unflake_github_nixos_flake-compat_flake_false;
    unflake_github_numtide_treefmt-nix_ref_main = inject "unflake_github_numtide_treefmt-nix_ref_main" "flake.nix" "";
    unflake_github_numtide_flake-utils = inject "unflake_github_numtide_flake-utils" "flake.nix" "";
    unflake_github_oxalica_rust-overlay = inject "unflake_github_oxalica_rust-overlay" "flake.nix" "";
    unflake_github_ryantm_agenix_ref_main = inject "unflake_github_ryantm_agenix_ref_main" "flake.nix" "";
    unflake_git_https---git-foss-syndicate-org-bpeetz-forks-atuin_ref_main = inject "unflake_git_https---git-foss-syndicate-org-bpeetz-forks-atuin_ref_main" "flake.nix" "";
    unflake_git_https---git-lix-systems-lix-project-flake-compat_ref_main = inject "unflake_git_https---git-lix-systems-lix-project-flake-compat_ref_main" "flake.nix" "";
    unflake_git_https---codeberg-org-bpeetz-flake-templates_ref_prime = inject "unflake_git_https---codeberg-org-bpeetz-flake-templates_ref_prime" "flake.nix" "";
    unflake_git_https---git-foss-syndicate-org-bpeetz-devshells_ref_prime = inject "unflake_git_https---git-foss-syndicate-org-bpeetz-devshells_ref_prime" "flake.nix" "";
    unflake_git_https---git-foss-syndicate-org-bpeetz-qmk_layout_ref_prime = inject "unflake_git_https---git-foss-syndicate-org-bpeetz-qmk_layout_ref_prime" "flake.nix" "";
    unflake_git_https---git-foss-syndicate-org-vhack-eu-nix-library_ref_prime = inject "unflake_git_https---git-foss-syndicate-org-vhack-eu-nix-library_ref_prime" "flake.nix" "";
    unflake_tarball_https---channels-nixos-org-nixos-26-05-nixexprs-tar-zst = inject "unflake_tarball_https---channels-nixos-org-nixos-26-05-nixexprs-tar-zst" "flake.nix" "";
    unflake_tarball_https---channels-nixos-org-nixos-unstable-nixexprs-tar-zst = inject "unflake_tarball_https---channels-nixos-org-nixos-unstable-nixexprs-tar-zst" "flake.nix" "";
  };
  inputs = {
    agenix = universe.unflake_github_ryantm_agenix_ref_main;
    devshells = universe.unflake_git_https---git-foss-syndicate-org-bpeetz-devshells_ref_prime;
    disko = universe.unflake_github_nix-community_disko_ref_master;
    flake-compat = universe.unflake_git_https---git-lix-systems-lix-project-flake-compat_ref_main;
    home-manager = universe.unflake_github_nix-community_home-manager_ref_master;
    impermanence = universe.unflake_github_nix-community_impermanence_ref_master;
    lanzaboote = universe.unflake_github_nix-community_lanzaboote_ref_v1-1-0;
    library = universe.unflake_git_https---git-foss-syndicate-org-vhack-eu-nix-library_ref_prime;
    nix-index-database = universe.unflake_github_nix-community_nix-index-database_ref_main;
    nixos-generators = universe.unflake_github_nix-community_nixos-generators_ref_master;
    nixpkgs = universe.unflake_tarball_https---channels-nixos-org-nixos-unstable-nixexprs-tar-zst;
    nixpkgs-stable = universe.unflake_tarball_https---channels-nixos-org-nixos-26-05-nixexprs-tar-zst;
    nixvim = universe.unflake_github_nix-community_nixvim_ref_main;
    qmk_firmware = universe.unflake_git_https---git-foss-syndicate-org-bpeetz-qmk_layout_ref_prime;
    templates = universe.unflake_git_https---codeberg-org-bpeetz-flake-templates_ref_prime;
    treefmt-nix = universe.unflake_github_numtide_treefmt-nix_ref_main;
    turtle = universe.unflake_git_https---git-foss-syndicate-org-bpeetz-forks-atuin_ref_main;
  };
in inputs // {
  withInputs = fn: let outputs = fn (inputs // { inherit self; }); self = outputs // {
    inherit inputs outputs;
    _type = "flake";
    outPath = builtins.toString ./.;
  }; in self;
  __functor = self: self.withInputs;
  self = throw "to use inputs.self, write `import ./unflake.nix (inputs: ...)`";
  _unflake = { inherit specs deps injections; };
}