nichts/options/common/pin-registry.nix

7 lines
91 B
Nix

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