7 lines
91 B
Nix
7 lines
91 B
Nix
{
|
|
inputs,
|
|
lib,
|
|
...
|
|
}: {
|
|
nix.registry = lib.mapAttrs (_: v: {flake = v;}) inputs;
|
|
}
|