Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Dec 5, 2025

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.

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