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

Support envfs #525

Merged
merged 2 commits into from
Oct 13, 2024
Merged

Support envfs #525

merged 2 commits into from
Oct 13, 2024

Conversation

Atry
Copy link
Contributor

@Atry Atry commented Aug 2, 2024

Disable populateBin when envfs is enabled

Disable `populateBin` when `envfs` is enabled
@@ -207,14 +207,25 @@ in

# require people to use lib.mkForce to make it harder to brick their installation
wsl = {
populateBin = true;
populateBin = !config.services.envfs.enable;
Copy link
Member

Choose a reason for hiding this comment

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

This should use lib.mkIf and set the ture Boolean literal to prevent any unforseen condition fuckups.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Updated!

@nzbr nzbr merged commit b8ebac4 into nix-community:main Oct 13, 2024
23 of 24 checks passed
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.

3 participants