blob: 8cc09eadb84035e23299cc999783b1288476e480 [file] [log] [blame]
{ inputs, ... }:
{
nix.registry = builtins.mapAttrs (_: flake: { inherit flake; }) inputs;
}