feat: support universal namespace
This commit is contained in:
parent
2261cb3d2c
commit
4d13334179
1 changed files with 1 additions and 1 deletions
|
|
@ -100,7 +100,7 @@ let
|
|||
attrs = {
|
||||
inherit (user-options) inputs;
|
||||
snowfall-inputs = core-inputs;
|
||||
lib = merge-shallow [ base-lib { internal = user-lib; } ];
|
||||
lib = merge-shallow [ base-lib { ${snowfall-config.namespace} = user-lib; } ];
|
||||
};
|
||||
libs = builtins.map
|
||||
(path: callPackageWith attrs path { })
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue