mirror of
https://github.com/mjallen18/snowfall-lib.git
synced 2026-04-18 09:05:58 -05:00
fix: use package namespace for overlays builder
This commit is contained in:
@@ -171,7 +171,7 @@ rec {
|
||||
channelsConfig = full-flake-options.channels-config or { };
|
||||
|
||||
channels.nixpkgs.overlaysBuilder = snowfall-lib.overlay.create-overlays-builder {
|
||||
package-namespace = full-flake-options.package-namespace or null;
|
||||
inherit package-namespace;
|
||||
extra-overlays = full-flake-options.overlays or [ ];
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user