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: 21750051b268
Choose a base ref
...
head repository: NixOS/nixpkgs-channels
compare: a438aed5a6ce
Choose a head ref
  • 17 commits
  • 16 files changed
  • 13 contributors

Commits on Apr 6, 2020

  1. ceph: 14.2.6 -> 14.2.7

    (cherry picked from commit 41547d1)
    srhb committed Apr 6, 2020
    Copy the full SHA
    ee47f52 View commit details
    Browse the repository at this point in the history
  2. ceph: 14.2.7 -> 14.2.8

    (cherry picked from commit ec21f70)
    srhb committed Apr 6, 2020
    Copy the full SHA
    74ee45c View commit details
    Browse the repository at this point in the history
  3. nixos/tests/ceph: Fix pg number to power of 2

    (cherry picked from commit 6ccd347)
    srhb committed Apr 6, 2020
    Copy the full SHA
    637325d View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2020

  1. nixos: kafka test: fix building for other arches

    (cherry picked from commit 8b7e843)
    cleverca22 committed Apr 7, 2020
    Copy the full SHA
    6be1626 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2020

  1. acme: share accounts between certificates

    There are strict rate limits on account creation for Let's Encrypt
    certificates. It is important to reuse credentails when possible.
    
    (cherry picked from commit 827d5e6)
    m1cr0man authored and Mic92 committed Apr 14, 2020
    Copy the full SHA
    ecfd73d View commit details
    Browse the repository at this point in the history
  2. ethminer: mark as broken

    Doesn't build with gcc9, and if overlayed to use gcc8 stdenv fails on CUDA issues.
    
    (cherry picked from commit 7f453f1)
    bhipple authored and worldofpeace committed Apr 14, 2020
    Copy the full SHA
    89b864d View commit details
    Browse the repository at this point in the history
  3. Merge pull request #84431 from srhb/bp-ceph-14.2.8

    [20.03] ceph 14.2.6 -> 14.2.8
    worldofpeace committed Apr 14, 2020
    Copy the full SHA
    e5ba0c5 View commit details
    Browse the repository at this point in the history
  4. luminance-hdr: use Qt5's mkDerivation

    (cherry picked from commit b233a19)
    dominikh authored and worldofpeace committed Apr 14, 2020
    Copy the full SHA
    3add50e View commit details
    Browse the repository at this point in the history
  5. nixosTests.networking.virtual: fix with networkd

    We only need to wait for network.target to get up, and the
    network-addresses-${interfaceName} units are scripted networking only.
    
    (cherry picked from commit a501abd5499d8f82f0991a7b78bcbc4169b0537f)
    ZHF: #80379
    Fix a failing test.
    flokli authored and rnhmjoj committed Apr 14, 2020
    Copy the full SHA
    897182c View commit details
    Browse the repository at this point in the history
  6. Merge pull request #84648 from cleverca22/fix-kafka-test

    nixos: kafka test: fix building for other arches
    worldofpeace committed Apr 14, 2020
    Copy the full SHA
    7cf85dd View commit details
    Browse the repository at this point in the history
  7. dysnomia: 0.9 -> 0.9.1

    (cherry picked from commit dc13460)
    svanderburg committed Apr 14, 2020
    Copy the full SHA
    8b40e89 View commit details
    Browse the repository at this point in the history
  8. nixos/dysnomia: fix documentRoot property

    (cherry picked from commit 0ffb720)
    svanderburg committed Apr 14, 2020
    Copy the full SHA
    6fd93c3 View commit details
    Browse the repository at this point in the history
  9. nixos/libinput: refer to libinput manual

    (cherry picked from commit 9953a26)
    lheckemann authored and worldofpeace committed Apr 14, 2020
    Copy the full SHA
    7f9c1d0 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2020

  1. airsonic: enable nginx.recommendedProxySettings with virtualHost

    This fixes music playback when using the `services.airsonic.virtualHost`
    option.
    
    (cherry picked from commit 519d4f8)
    Florian authored and rnhmjoj committed Apr 15, 2020
    Copy the full SHA
    e393449 View commit details
    Browse the repository at this point in the history
  2. mkl: 2020.0.166 -> 2020.1.217

    (cherry picked from commit 488527e)
    robertodr authored and bhipple committed Apr 15, 2020
    Copy the full SHA
    946287b View commit details
    Browse the repository at this point in the history
  3. nix-zsh-completions: 0.4.3 -> 0.4.4 (#85267)

    (cherry picked from commit 7c21abd)
    r-ryantm authored and hedning committed Apr 15, 2020
    Copy the full SHA
    67e45ef View commit details
    Browse the repository at this point in the history
  4. tig: fix tig-completion's dependency on __git_complete

    tig recently updated it's bash-completion making it depend on __git-complete from git.
    Becase __git-complete is not automatically sourced tig bash completion fails.
    Also this PR makes tig completion load on-demand.
    
    (cherry picked from commit f57da8e)
    basilgood authored and Ma27 committed Apr 15, 2020
    Copy the full SHA
    a438aed View commit details
    Browse the repository at this point in the history