mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2025-02-17 07:37:18 +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
|