doctrine/lib: rename importAll.nix -> import-all.nix

This commit is contained in:
Alejandro Soto 2025-08-06 14:05:49 -06:00
parent 2fe1f36eb9
commit 8cc6c13cf5
No known key found for this signature in database
GPG key ID: A2C4C79764EE8F16
2 changed files with 1 additions and 1 deletions

View file

@ -15,6 +15,6 @@
closeFull = close {inherit lib pkgs doctrine;};
in {
inherit close;
importAll = closeLib ./importAll.nix;
importAll = closeLib ./import-all.nix;
mkModule = closeFull ./mk-module.nix;
}