Skip to content

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

Open
zimbatm wants to merge 1 commit intomainfrom
zimbatm/405
Open

fix: apply package overlay explicitly to fix nixpkgs.follows#406
zimbatm wants to merge 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
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

1 participant