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 NewExternalNixBuilder to enable config-level changing of NixBuilder #113

Merged
merged 1 commit into from
Feb 14, 2024

Conversation

elpdt852
Copy link
Collaborator

Since rootless k3s needs an embedded nix-snapshotter, we need a config-level way of modifying the NixBuilder for internal use. We want to avoid maintaining a long-lived branch of k3s only to pass in a WithNixBuilder, so I've exposed it in the nix-snapshotter config as external_builder.

Includes an integration test.

@elpdt852 elpdt852 added the ok-to-test Runs NixOS tests label Feb 14, 2024
Copy link
Collaborator

@RobbieBuxton RobbieBuxton left a comment

Choose a reason for hiding this comment

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

Looks good!

@elpdt852 elpdt852 merged commit e5d9547 into main Feb 14, 2024
14 checks passed
@elpdt852 elpdt852 deleted the feature/external-nix-builder branch February 14, 2024 23:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ok-to-test Runs NixOS tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants