fix: use package namespace for overlays builder
This commit is contained in:
parent
75fafad164
commit
9be6d6714e
1 changed files with 1 additions and 1 deletions
|
|
@ -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 [ ];
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue