nixos/xterm: Set default to xserver.enable#69093
Merged
worldofpeace merged 1 commit intoNixOS:masterfrom Sep 19, 2019
Merged
Conversation
Member
|
We may want to just enable xterm on those tests that need it. |
Contributor
Author
|
The problem is that it is enabled when it shouldn't be (i.e. when xserver is not enabled). The tests don't need it |
Member
Ah ok! My bad, I misunderstood what the problem. |
Contributor
|
Yeah this is what I meant to fix after it got merged a bit back, but I forgot about it 🤣 I actually want a fix like #68371, but I'm not too sure about the PR because I don't understand what we need to support. |
Member
|
Let's get this in first to unblock the channels, if the fix is acceptable. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Motivation for this change
Fixes #69079
I bisected this issue down to 456c42c
This changes the default for xterm to be true if stateVersion is older than 19.09.
I believe that in this case the default should be set to the xserver.enable default, as it was 2 commits before.
Things done
sandboxinnix.confon non-NixOS)nix-shell -p nix-review --run "nix-review wip"./result/bin/)nix path-info -Sbefore and after)Notify maintainers
cc @worldofpeace