blob: 8cc09eadb84035e23299cc999783b1288476e480 [file] [log] [blame]
Samuel Shuert659b5642024-02-23 20:47:43 +00001{ inputs, ... }:
2{
Samuel Shuert804f81b2024-02-21 22:20:01 +00003 nix.registry = builtins.mapAttrs (_: flake: { inherit flake; }) inputs;
Samuel Shuert659b5642024-02-23 20:47:43 +00004}