fix: pass namespace argument to overlays

This commit is contained in:
anntnzrb
2025-10-08 21:24:21 -05:00
parent f00967f8a9
commit b85b94de04

View File

@@ -32,6 +32,7 @@ in {
user-inputs
// {
inherit channels;
inherit (snowfall-config) namespace;
inputs = user-inputs;
lib = snowfall-lib.internal.system-lib;
}