forked from fabian/nix_config
trivionomicon/doctrine: add support for overriding the prefix
This commit is contained in:
parent
c651b8c470
commit
7daa3d91b3
3 changed files with 28 additions and 18 deletions
|
@ -13,8 +13,11 @@
|
|||
|
||||
closeLib = close {inherit lib;};
|
||||
closeFull = close {inherit lib pkgs doctrine;};
|
||||
in {
|
||||
inherit close;
|
||||
importAll = closeLib ./import-all.nix;
|
||||
mkModule = closeFull ./mk-module.nix;
|
||||
}
|
||||
in
|
||||
{
|
||||
inherit close;
|
||||
importAll = closeLib ./import-all.nix;
|
||||
}
|
||||
// lib.optionalAttrs (doctrine.namespace != null) {
|
||||
mkModule = closeFull ./mk-module.nix;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue