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