nichts/options/common/pin-registry.nix

4 lines
86 B
Nix

{ inputs, lib, ...}:
{
nix.registry = lib.mapAttrs (_: v: {flake = v; }) inputs;
}