nichts/options/common/pin-registry.nix

3 lines
87 B
Nix

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