Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add home-manager CI #220

Merged
merged 17 commits into from
Jul 31, 2023
Merged

Add home-manager CI #220

merged 17 commits into from
Jul 31, 2023

Conversation

kachick
Copy link
Owner

@kachick kachick commented Jul 31, 2023

Comment on lines 4 to 5
imports = [ ./common.nix ];
home.username = "runner";
Copy link
Owner Author

@kachick kachick Jul 31, 2023

Choose a reason for hiding this comment

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

This way will be used in #219!

Copy link
Owner Author

Choose a reason for hiding this comment

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

Comment on lines +29 to +31
home-manager-channel:
- release-23.05
- master # unstable nixpkgs
Copy link
Owner Author

Choose a reason for hiding this comment

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

Preparation for updating to unstable nixpkgs #147 (comment)

{
imports = [ ./home.nix ];
home.username = "runner";
}
Copy link
Owner Author

Choose a reason for hiding this comment

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

This file should be put outsides the home/, but actually not installed into machines, so acceptable for now... 😩

@kachick kachick marked this pull request as ready for review July 31, 2023 07:37
@kachick kachick merged commit bb15f38 into main Jul 31, 2023
13 checks passed
@kachick kachick deleted the ci-home-manager branch July 31, 2023 07:37
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.

CI for home-manager
1 participant