Skip to content

Conversation

@vic
Copy link
Owner

@vic vic commented Oct 27, 2025

No description provided.

Copilot AI review requested due to automatic review settings October 27, 2025 02:17
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR updates the CI check configuration by switching from testing the WSL configuration to testing the home-manager configuration instead.

  • Commenting out the hosts-adelie check for WSL configurations
  • Uncommenting the homes-alice check for home-manager configurations

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Copilot AI review requested due to automatic review settings October 27, 2025 02:52
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

Copilot reviewed 3 out of 4 changed files in this pull request and generated 1 comment.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

flake-parts = {
inputs = {
nixpkgs-lib = {
follows = "nixpkgs-lib";
Copy link

Copilot AI Oct 27, 2025

Choose a reason for hiding this comment

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

The nixpkgs-lib input is following itself, creating a circular reference. This should follow an existing input from the parent flake, such as follows = \"nixpkgs\"; or the actual nixpkgs-lib input if defined elsewhere in the flake.

Suggested change
follows = "nixpkgs-lib";
follows = "nixpkgs";

Copilot uses AI. Check for mistakes.
@vic vic merged commit 7fb86ec into main Oct 27, 2025
3 checks passed
@vic vic deleted the ci branch October 27, 2025 20:58
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