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

nixos: properly disable sound by default, if stateVersion > 18.03 #35366

Closed
wants to merge 3 commits into from

Conversation

oxij
Copy link
Member

@oxij oxij commented Feb 22, 2018

Motivation for this change

#35355 done properly:

  • no breaking of existing configs,
  • no sneaking in any PulseAudio-related changes.

The change to lib is somewhat ugly because the original impl is and other places in nixos depend on those functions and their semantics. I made a minimal possible change that doesn't break anything existing. Lets refactor (and break custom .merge for custom types) later if anyone cares.

Closes #35319 and closes #35355.

Things done
  • Tested using sandboxing (nix.useSandbox on NixOS, or option build-use-sandbox in nix.conf on non-NixOS)
  • Built on platform(s)
    • NixOS
    • macOS
    • other Linux distributions
  • Tested via one or more NixOS test(s) if existing and applicable for the change (look inside nixos/tests)
  • Fits CONTRIBUTING.md.

@@ -21,7 +21,8 @@ in

enable = mkOption {
type = types.bool;
default = true;
default = !versionAtLeast config.system.stateVersion "18.03";
Copy link
Member

Choose a reason for hiding this comment

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

Not sure about this in combination with defaultText, but this might cause a rebuild of the NixOS manual. Have you checked that?

Copy link
Member Author

Choose a reason for hiding this comment

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

I did not check that. But if does cause a rebuild

  • it doesn't really matter, as its just a single rebuild per release,
  • its a bug that can surely be fixed.

@fpletz
Copy link
Member

fpletz commented Feb 22, 2018

I've merged #35355 in favour of the sound changes here but I do love the warning about missing stateVersion. 👍

/cc @nbp if this approach is the right one to accomplish this.

@fpletz fpletz added this to the 18.03 milestone Feb 22, 2018
@7c6f434c
Copy link
Member

Maybe just quietly rebase it to add all the warnings? I don't use any NixOS-derived code for sound configuration
, so I could check for sanity and merge, but won't rebase myself.

@oxij
Copy link
Member Author

oxij commented Mar 8, 2018

@7c6f434c I would, but I agree with @edolstra in that stateVersion is not a best variable to bind this to. NixOS needs configVersion.

@oxij oxij mentioned this pull request Apr 24, 2018
2 tasks
@oxij
Copy link
Member Author

oxij commented Apr 24, 2018

@7c6f434c I implemented configVersion, the preliminary part that implements half of this PR is in #39447.

@matthewbauer matthewbauer modified the milestones: 18.03, 18.09 Oct 1, 2018
@samueldr samueldr modified the milestones: 18.09, 19.03 Oct 6, 2018
@mmahut
Copy link
Member

mmahut commented Aug 9, 2019

Any updates on this pull request, please?

@matthewbauer matthewbauer modified the milestones: 19.03, 20.03 Aug 28, 2019
@disassembler disassembler modified the milestones: 20.03, 20.09 Feb 5, 2020
@stale
Copy link

stale bot commented Aug 3, 2020

Hello, I'm a bot and I thank you in the name of the community for your contributions.

Nixpkgs is a busy repository, and unfortunately sometimes PRs get left behind for too long. Nevertheless, we'd like to help committers reach the PRs that are still important. This PR has had no activity for 180 days, and so I marked it as stale, but you can rest assured it will never be closed by a non-human.

If this is still important to you and you'd like to remove the stale label, we ask that you leave a comment. Your comment can be as simple as "still important to me". But there's a bit more you can do:

If you received an approval by an unprivileged maintainer and you are just waiting for a merge, you can @ mention someone with merge permissions and ask them to help. You might be able to find someone relevant by using Git blame on the relevant files, or via GitHub's web interface. You can see if someone's a member of the nixpkgs-committers team, by hovering with the mouse over their username on the web interface, or by searching them directly on the list.

If your PR wasn't reviewed at all, it might help to find someone who's perhaps a user of the package or module you are changing, or alternatively, ask once more for a review by the maintainer of the package/module this is about. If you don't know any, you can use Git blame on the relevant files, or GitHub's web interface to find someone who touched the relevant files in the past.

If your PR has had reviews and nevertheless got stale, make sure you've responded to all of the reviewer's requests / questions. Usually when PR authors show responsibility and dedication, reviewers (privileged or not) show dedication as well. If you've pushed a change, it's possible the reviewer wasn't notified about your push via email, so you can always officially request them for a review, or just @ mention them and say you've addressed their comments.

Lastly, you can always ask for help at our Discourse Forum, or more specifically, at this thread or at #nixos' IRC channel.

@stale stale bot added the 2.status: stale https://github.com/NixOS/nixpkgs/blob/master/.github/STALE-BOT.md label Aug 3, 2020
@edolstra
Copy link
Member

edolstra commented Aug 4, 2020

Closing because 18.03 is pretty old.

@edolstra edolstra closed this Aug 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

10 participants