Skip to content

fix(ctx): should not use hm from host when no-bidir enabled.#293

Merged
vic merged 1 commit intomainfrom
push-osznlkyvvtvx
Mar 17, 2026
Merged

fix(ctx): should not use hm from host when no-bidir enabled.#293
vic merged 1 commit intomainfrom
push-osznlkyvvtvx

Conversation

@vic
Copy link
Copy Markdown
Member

@vic vic commented Mar 17, 2026

@vic vic added the allow-ci allow all CI integration tests label Mar 17, 2026
@vic vic marked this pull request as ready for review March 17, 2026 02:14
@vic vic force-pushed the push-osznlkyvvtvx branch from 3be3e80 to 8a05332 Compare March 17, 2026 02:17
@vic vic changed the title fix(ctx): Fix #292, using hm from host with no-bidir enabled. fix(ctx): using hm from host with no-bidir enabled. Mar 17, 2026
@vic vic changed the title fix(ctx): using hm from host with no-bidir enabled. fix(ctx): should not use hm from host when no-bidir enabled. Mar 17, 2026
@vic vic merged commit d68155e into main Mar 17, 2026
14 checks passed
@vic vic deleted the push-osznlkyvvtvx branch March 17, 2026 02:20
Comment thread nix/lib/home-env.nix
includes = [
(den.ctx."${ctxName}-user" { inherit host user; })
(den.ctx.user { inherit host user; })
(den.lib.parametric.fixedTo { inherit host user; } den.aspects.${host.aspect})
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

This was unconditionally reading from the host aspect

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

Labels

allow-ci allow all CI integration tests

Projects

None yet

Development

Successfully merging this pull request may close these issues.

homeManager values from host used even when bidirectionality is disabled.

1 participant