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: eabe7b845f86
Choose a base ref
...
head repository: NixOS/nixpkgs-channels
compare: fd32d60169cb
Choose a head ref
  • 14 commits
  • 9 files changed
  • 7 contributors

Commits on Apr 25, 2019

  1. nixos/tinc: remove ordering dependency on network.target

    This allows configuring IP addresses on a tinc interface using
    networking.interfaces."tinc.${n}".ipv[46].addresses.
    
    Previously, this would fail with timeouts, because of the dependency
    chain
    tinc.${netname}.service
    --after--> network.target
    --after--> network-addresses-tinc.${n}.service (and network-link-…)
    --after--> sys-subsystem-net-devices-tinc.${n}.device
    
    But the network interface doesn't exist until tinc creates it! So
    systemd waits in vain for the interface to appear, and by then the
    network-addresses-* and network-link-* units have failed. This leads
    to the network link not being brought up and the network addresses not
    being assigned, which in turn stops tinc from actually working.
    lheckemann committed Apr 25, 2019
    Copy the full SHA
    d4cd164 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2019

  1. kernel/common-config: move criu to its own set

    It was previously in the "test" set, which seemed an inappropriate
    placement.
    lheckemann committed May 8, 2019
    Copy the full SHA
    ac63370 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    e4c2698 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2019

  1. python37Packages.pympler: 0.6 -> 0.7

    Semi-automatic update generated by
    https://github.com/ryantm/nixpkgs-update tools. This update was made
    based on information from
    https://repology.org/metapackage/python3.7-pympler/versions
    r-ryantm committed May 12, 2019
    Copy the full SHA
    2fddcae View commit details
    Browse the repository at this point in the history

Commits on May 13, 2019

  1. xonsh: 0.8.12 -> 0.9.0

    Semi-automatic update generated by
    https://github.com/ryantm/nixpkgs-update tools. This update was made
    based on information from
    https://repology.org/metapackage/xonsh/versions
    r-ryantm committed May 13, 2019
    Copy the full SHA
    b324116 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2019

  1. Copy the full SHA
    faf5e8a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #61162 from lheckemann/kernel-preempt-voluntary

    Kernel config: use PREEMPT_VOLUNTARY
    lheckemann committed May 14, 2019
    Copy the full SHA
    1d37727 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #60231 from mayflower/tinc-allow-networking-interf…

    …aces
    
    nixos/tinc: remove ordering dependency on network.target
    lheckemann committed May 14, 2019
    Copy the full SHA
    2b13c29 View commit details
    Browse the repository at this point in the history
  4. pg_partman: init at 4.1.0

    ggPeti committed May 14, 2019
    Copy the full SHA
    d6d9487 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #61452 from r-ryantm/auto-update/xonsh

    xonsh: 0.8.12 -> 0.9.0
    c0bw3b committed May 14, 2019
    Copy the full SHA
    a46ee78 View commit details
    Browse the repository at this point in the history
  6. chirp: 20190304 -> 20190511 (#61279)

    * chirp: 20190304 -> 20190429
    Semi-automatic update generated by
    https://github.com/ryantm/nixpkgs-update tools. This update was made
    based on information from
    https://repology.org/metapackage/chirp-daily/versions
    
    * chirp: 20190429 -> 20190511
    r-ryantm authored and c0bw3b committed May 14, 2019
    Copy the full SHA
    a3ccd43 View commit details
    Browse the repository at this point in the history
  7. vmTools: update debian-9.4 repositories to debian-9.8 Release.xz urls

    Alexandre Peyroux authored and FRidh committed May 14, 2019
    Copy the full SHA
    9760c3e View commit details
    Browse the repository at this point in the history
  8. Merge pull request #61392 from r-ryantm/auto-update/python3.7-Pympler

    python37Packages.pympler: 0.6 -> 0.7
    c0bw3b committed May 14, 2019
    Copy the full SHA
    87ba28d View commit details
    Browse the repository at this point in the history
  9. Merge pull request #61503 from ggPeti/master

    pg_partman: init at 4.1.0
    thoughtpolice committed May 14, 2019
    Copy the full SHA
    fd32d60 View commit details
    Browse the repository at this point in the history