Skip to content

Fix macOS home configuration reference in CI workflow#90

Draft
Copilot wants to merge 2 commits into
mainfrom
copilot/fix-ci-failure-main
Draft

Fix macOS home configuration reference in CI workflow#90
Copilot wants to merge 2 commits into
mainfrom
copilot/fix-ci-failure-main

Conversation

Copilot AI commented Dec 5, 2025

Copy link
Copy Markdown
Contributor

The build-home-mac job was failing because the workflow referenced a non-existent home configuration name.

Change

  • Updated .github/workflows/build.yml line 86 to use the correct configuration name
- - run: nix build '.#homeConfigurations."tibor.pilz".activationPackage'
+ - run: nix build '.#homeConfigurations.tiborpilz.activationPackage'

The darwin home configuration in flake.nix is defined as tiborpilz (L139), not "tibor.pilz".

Original prompt

Check why the CI is currently failing on main and fix it


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Co-authored-by: tiborpilz <915045+tiborpilz@users.noreply.github.com>
Copilot AI changed the title [WIP] Investigate and fix CI failure on main branch Fix macOS home configuration reference in CI workflow Dec 5, 2025
Copilot AI requested a review from tiborpilz December 5, 2025 05:51
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.

2 participants