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: 1596c813822b
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: bb5988dd1cb3
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Aug 1, 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
    
    (cherry picked from commit 7098b0f)
    Reason: Make sure that this problem wouldn't occur if we would update
    the systemd version.
    primeos committed Aug 1, 2018
    Configuration menu
    Copy the full SHA
    bb5988d View commit details
    Browse the repository at this point in the history