Skip to content

fix: apply package overlay explicitly to fix nixpkgs.follows#406

Merged
jfroche merged 1 commit intomainfrom
zimbatm/405
Mar 14, 2026
Merged

fix: apply package overlay explicitly to fix nixpkgs.follows#406
jfroche merged 1 commit intomainfrom
zimbatm/405

Conversation

@zimbatm
Copy link
Member

@zimbatm zimbatm commented Mar 13, 2026

The packageOverlay was not being applied to pkgs because nixpkgs.overlays as a flake output attribute has no effect on nixpkgs.legacyPackages. Use import nixpkgs with overlays instead, memoized via a pkgsFor attrset so each system's package set is created once and reused across all eachSystem calls.

Fixes #405

The packageOverlay was not being applied to pkgs because
nixpkgs.overlays as a flake output attribute has no effect on
nixpkgs.legacyPackages. Use import nixpkgs with overlays instead,
memoized via a pkgsFor attrset so each system's package set is
created once and reused across all eachSystem calls.

Fixes #405
Copy link
Member

@jfroche jfroche left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@jfroche jfroche merged commit c8fae61 into main Mar 14, 2026
4 checks passed
@jfroche jfroche deleted the zimbatm/405 branch March 14, 2026 12:37
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.

system-manager package output issue

2 participants