Merge pull request #15 from snowfallorg/feat/namespace

feat: support universal namespace
This commit is contained in:
Jake Hamilton 2023-08-17 01:03:28 -07:00 committed by GitHub
commit 75fafad164
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 { })