Skip to content

fix: remove incorrect pkgs. prefix from mixNixDeps reference in flake.nix - #2

Open
Jah-yee wants to merge 1 commit into
code-supply:mainfrom
Jah-yee:fix/mixNixDeps-typo
Open

fix: remove incorrect pkgs. prefix from mixNixDeps reference in flake.nix#2
Jah-yee wants to merge 1 commit into
code-supply:mainfrom
Jah-yee:fix/mixNixDeps-typo

Conversation

@Jah-yee

@Jah-yee Jah-yee commented Aug 20, 2026

Copy link
Copy Markdown

Fixes issue #1.

The variable mixNixDeps is a local let binding defined in the forAllSystems scope and passed to mixRelease via inherit mixNixDeps. It is accessible directly without the pkgs. prefix.

Before:

ln -sfv ${pkgs.mixNixDeps.heroicons} deps/heroicons

After:

ln -sfv ${mixNixDeps.heroicons} deps/heroicons

mixNixDeps is a local let variable passed via inherit, no pkgs. prefix needed.
Fixes issue code-supply#1.
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.

1 participant