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