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: 4171cd53d699
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: f634c149e479
Choose a head ref
  • 1 commit
  • 2 files changed
  • 1 contributor

Commits on Jan 15, 2021

  1. nixos/tests/docker: wait for docker service (#109418)

    Previously the Docker daemon was started by systemd socket activation.
    Thus, the Docker test waited for the sockets.target unit.
    But when the docker module was changed to start the Docker daemon at
    boot instead of by socket activation, the test was left untouched.
    With the Docker 20.10 update this lead to a timing issue, where the
    docker command is run before the Docker daemon has started and hangs.
    
    Fixes #109416
    Milan committed Jan 15, 2021
    Copy the full SHA
    f634c14 View commit details
    Browse the repository at this point in the history