Skip to content
This repository has been archived by the owner on Apr 12, 2021. It is now read-only.
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-channels
base: 59e3cc9b1654
Choose a base ref
...
head repository: NixOS/nixpkgs-channels
compare: 4ced5611dbcf
Choose a head ref
  • 4 commits
  • 3 files changed
  • 3 contributors

Commits on Feb 1, 2020

  1. bless: init at 0.6.2

    mkg20001 committed Feb 1, 2020
    Copy the full SHA
    72337be View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2020

  1. nixos/services.xserver: Fix legacy options for default wm without dm

    We switched to unified default session option services.xserver.displayManager.defaultSession
    and included fallback path for the legacy options. Unfortunately when only
    services.xserver.windowManager.default is set and not services.xserver.desktopManager.default,
    it got incorrectly converted to the new option.
    
    This should fix that.
    
    Closes: NixOS/nixpkgs#76684
    jtojnar committed Feb 6, 2020
    Copy the full SHA
    bd9c5b9 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2020

  1. Merge pull request #79300 from jtojnar/default-wm-fix

    nixos/services.xserver: Fix legacy options for default wm without dm
    worldofpeace committed Feb 9, 2020
    Copy the full SHA
    8396961 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #75670 from mkg20001/pkg/bless

    bless: init at 0.6.2
    worldofpeace committed Feb 9, 2020
    Copy the full SHA
    4ced561 View commit details
    Browse the repository at this point in the history