Skip to content

Conversation

@jameslounds
Copy link

Closes #121

@jameslounds jameslounds changed the title Give homes namespace argument Give overlays namespace argument Dec 10, 2024
KyleKrein added a commit to KyleKrein/snowfall-lib that referenced this pull request Aug 9, 2025
@anntnzrb
Copy link

anntnzrb commented Oct 9, 2025

Adopted

This fix has been implemented.

The namespace argument is now properly passed to overlays in create-overlays-builder, making it consistent with create-overlays.

Change

  create-overlay = overlay:
    import overlay (
      user-inputs
      // {
        inherit channels;
+       inherit (snowfall-config) namespace;
        inputs = user-inputs;
        lib = snowfall-lib.internal.system-lib;
      }
    );

Verification

nix flake check passes
✅ Behavior now consistent across overlay functions
✅ Backwards compatible

Commit: anntnzrb/snowfall-lib@b85b94d

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

unable to access namespace in overlays

2 participants