nix_config/modules/nix-registry/default.nix
2025-08-24 18:49:47 -06:00

16 lines
204 B
Nix

{
config,
lib,
pkgs,
doctrine,
flakes,
...
}:
doctrine.lib.mkModule {
inherit config;
name = "nix-registry";
hm = ./hm.nix;
options = ./options.nix;
passthru = {inherit flakes;};
}