Skip to content
This repository was 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
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 15e6e1ff6f9d
Choose a base ref
...
head repository: NixOS/nixpkgs-channels
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: ca47cc90c2d5
Choose a head ref
  • 19 commits
  • 16 files changed
  • 12 contributors

Commits on Aug 2, 2018

  1. fix vlan interface bring up on boot

    when the parent interface of a vlan interface is not up (yet), ip link cannot bring the vlan interface up
    the vlan interface will be automatically brought up when the parent interface is up later
    fix NixOS/nixpkgs#28620
    zhangyoufu authored Aug 2, 2018
    Copy the full SHA
    939c6be View commit details

Commits on Aug 7, 2018

  1. networkmanager: make hooks easier to use

    First change is to override the nm-dispatcher systemd service so that
    it puts coreutils (wc/env/...) and iproute in PATH.
    Second change is to make sure userscripts have the execute bit.
    teto committed Aug 7, 2018

    Verified

    This commit was signed with the committer’s verified signature.
    Mic92 Jörg Thalheim
    Copy the full SHA
    f0980c4 View commit details

Commits on Aug 10, 2018

  1. Copy the full SHA
    ae65ddc View commit details

Commits on Aug 13, 2018

  1. fix comment

    fpletz authored Aug 13, 2018
    Copy the full SHA
    762cea6 View commit details

Commits on Aug 30, 2018

  1. vulkan-tools: 1.1.77.0 -> 1.1.82.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/vulkan-tools/versions.
    R. RyanTM authored and Ralith committed Aug 30, 2018
    Copy the full SHA
    88621e0 View commit details
  2. vulkan-headers: 1.1.77.0 -> 1.1.82.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/vulkan-headers/versions.
    R. RyanTM authored and Ralith committed Aug 30, 2018
    Copy the full SHA
    328cb60 View commit details
  3. Copy the full SHA
    556c27e View commit details
  4. Copy the full SHA
    c36382d View commit details
  5. Copy the full SHA
    b830df0 View commit details
  6. Copy the full SHA
    bf50cac View commit details

Commits on Sep 1, 2018

  1. androidndk: fix eval

    luigy committed Sep 1, 2018
    Copy the full SHA
    c759f7a View commit details
  2. nixos/tests/flatpak: explicitly disable gdm to fix eval

    The switch to lightdm as default display manager in #30890
    broke eval of the flatpak test. Since the test uses the
    auto display manager (lightdm), gdm must now be explicitly disabled.
    xeji committed Sep 1, 2018
    Copy the full SHA
    7e9bd2d View commit details

Commits on Sep 2, 2018

  1. Copy the full SHA
    2c7ba96 View commit details
  2. travis: 1.8.8 -> 1.8.9

    NeQuissimus committed Sep 2, 2018
    Copy the full SHA
    2b71201 View commit details
  3. Merge pull request #45923 from colemickens/packet

    packet: v20161215 -> v2.2.2
    grahamc authored Sep 2, 2018
    Copy the full SHA
    b5035a8 View commit details
  4. Merge pull request #44347 from zhangyoufu/patch-28620

    fix vlan interface bring up on boot
    grahamc authored Sep 2, 2018
    Copy the full SHA
    2d5f599 View commit details
  5. Merge pull request #45195 from Ralith/vulkan

    vulkan: 1.1.77.0 -> 1.1.82.1
    grahamc authored Sep 2, 2018
    Copy the full SHA
    121a7d7 View commit details
  6. Merge pull request #45922 from obsidiansystems/androidndk-fix-eval

    androidndk: fix eval
    John Ericson authored Sep 2, 2018
    Copy the full SHA
    4a8a80d View commit details
  7. Merge pull request #39142 from teto/nm_dispatchers

    [RDY] networkmanager: enrich dispatcher PATH
    samueldr authored Sep 2, 2018
    Copy the full SHA
    ca47cc9 View commit details
Loading