mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-27 08:16:14 +02:00
4 lines
131 B
Nix
4 lines
131 B
Nix
|
builtins.mapAttrs (flakeName: flakeInfo:
|
||
|
(getFlake flakeInfo.uri).${flakeName}.provides.packages or {})
|
||
|
builtins.flakeRegistry
|