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

break(hosts): eval the host configs lazily #26

Merged
merged 1 commit into from
Jul 17, 2024
Merged

Conversation

zimbatm
Copy link
Member

@zimbatm zimbatm commented Jul 13, 2024

Wrap the host configurations in one layer of indirection, so they only get evaluated when needed.

Fixes #2

@brianmcgee this is a breaking change for the hosts/<hostname>/default.nix

Wrap the host configurations in one layer of indirection, so they only
get evaluated when needed.

Fixes #2
@zimbatm zimbatm requested a review from brianmcgee July 13, 2024 13:44
Copy link
Member

@brianmcgee brianmcgee left a comment

Choose a reason for hiding this comment

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

lgtm

@zimbatm zimbatm merged commit 7900d50 into main Jul 17, 2024
13 checks passed
@zimbatm zimbatm deleted the lazy-nixos-configs branch July 17, 2024 17:55
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.

All NixOS configurations are evaluated
2 participants