Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
base: 84a51650b921
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 7261ffc18e28
Choose a head ref
  • 2 commits
  • 2 files changed
  • 1 contributor

Commits on May 2, 2019

  1. nixos/xserver: improve DM error message when X off

    Previously, if you, for example, set
    services.xserver.displayManager.sddm.enable, but forgot to set
    services.xserver.enable, you would get an error message that looked like
    this:
    
        error: attribute 'display-manager' missing
    
    Which was not particularly helpful.
    
    Using assertions, we can make this message much better.
    alyssais committed May 2, 2019
    Copy the full SHA
    7658c90 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2019

  1. Merge pull request #60776 from alyssais/xerror

    nixos/xserver: improve DM error message when X off
    alyssais committed May 8, 2019
    Copy the full SHA
    7261ffc View commit details
    Browse the repository at this point in the history