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: 0fa2cbf59f7f
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 01cfa808ff3d
Choose a head ref
  • 2 commits
  • 1 file changed
  • 1 contributor

Commits on Jul 17, 2018

  1. nixos/switch-to-configuration: Never stop system.slice

    Problem: Restarting (stopping) system.slice would not only stop X11 but
    also most system units/services. We obviously don't want this happening
    to users when they switch from 18.03 to 18.09 or nixos-unstable.
    
    Reason: The following change in systemd:
    systemd/systemd@d8e5a93
    
    The commit adds system.slice to the perpetual units, which means
    removing the unit file and adding it to the source code. This is done so
    that system.slice can't be stopped anymore but in our case it ironically
    would cause this script to stop system.slice because the unit file was
    removed (and an older systemd version is still running).
    
    Related issue: #39791
    primeos committed Jul 17, 2018
    Configuration menu
    Copy the full SHA
    7098b0f View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2018

  1. Merge pull request #43682 from primeos/never-stop-system.slice

    nixos/switch-to-configuration: Never stop system.slice
    primeos committed Jul 28, 2018
    Configuration menu
    Copy the full SHA
    01cfa80 View commit details
    Browse the repository at this point in the history