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: 6e3eee833d7d
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: 5d4f0de6891d
Choose a head ref

Commits on Oct 10, 2017

  1. Copy the full SHA
    9cf47fb View commit details

Commits on Nov 23, 2018

  1. rustfmt: 0.9.0 -> 0.99.5

    rustfmt 1.0 has been released, but requires a more recent rustc.
    symphorien committed Nov 23, 2018
    Copy the full SHA
    7bd3a3b View commit details
  2. rust-bindgen: enable tests

    now that we have a recent enough rustfmt
    symphorien committed Nov 23, 2018
    Copy the full SHA
    c73f75d View commit details
  3. Copy the full SHA
    1d63496 View commit details

Commits on Dec 2, 2018

  1. konsole: fix arrow keys

    (partially?) fixes #29951
    Synthetica9 committed Dec 2, 2018
    Copy the full SHA
    4ec643b View commit details

Commits on Dec 21, 2018

  1. ledger: Include info files

    jabranham committed Dec 21, 2018
    Copy the full SHA
    c9a228c View commit details

Commits on Jan 4, 2019

  1. nixos/nsd: Don't override bind via nixpkgs.config

    When generating values for the services.nsd.zones attribute using values
    from pkgs, we'll run into an infinite recursion because the nsd module
    has a condition on the top-level definition of nixpkgs.config.
    
    While it would work to push the definition a few levels down, it will
    still only work if we don't use bind tools for generating zones.
    
    As far as I could see, Python support for BIND seems to be only needed
    for the dnssec-* tools, so instead of using nixpkgs.config, we now
    directly override pkgs.bind instead of globally in nixpkgs.
    
    To illustrate the problem with a small test case, instantiating the
    following Nix expression from the nixpkgs source root will cause the
    mentioned infinite recursion:
    
      (import ./nixos {
        configuration = { lib, pkgs, ... }: {
          services.nsd.enable = true;
          services.nsd.zones = import (pkgs.writeText "foo.nix" ''
            { "foo.".data = "xyz";
              "foo.".dnssec = true;
            }
          '');
        };
      }).vm
    
    With this change, generating zones via import-from-derivation is now
    possible again.
    
    Signed-off-by: aszlig <aszlig@nix.build>
    Cc: @pngwjpgh
    aszlig committed Jan 4, 2019
    Copy the full SHA
    751bdac View commit details
  2. nixos/nsd: Improve checking for empty dnssec zones

    While at it (see previous commit), using attrNames in combination with
    length is a bit verbose for checking whether the filtered attribute set
    is empty, so let's just compare it against an empty attribute set.
    
    Signed-off-by: aszlig <aszlig@nix.build>
    aszlig committed Jan 4, 2019
    Copy the full SHA
    6446d9e View commit details

Commits on Jan 5, 2019

  1. nixos/systemd-udev-settle: don't restart on upgrades

    The idea is that we only need this target during boot,
    however there is no point on restarting it on every upgrade.
    
    This hopefully fixes #21954
    Mic92 committed Jan 5, 2019
    Copy the full SHA
    0a2c8cc View commit details

Commits on Jan 6, 2019

  1. neovim-qt: wrap in separate derivation

    This makes it possible to swap out the (wrapped) neovim without
    recompiling neovim-qt. In particular, the user can use `neovim.override`
    to configure their neovim and then use that same configuration for
    neovim-qt, without having to give up binary caching.
    timokau committed Jan 6, 2019
    Copy the full SHA
    ee9bc40 View commit details
  2. Copy the full SHA
    c52c4a0 View commit details
  3. libbladeRF: 2.0.2 -> 2.2.0

    Add submodule from analogdevicesinc
    markuskowa committed Jan 6, 2019
    Copy the full SHA
    123b372 View commit details
  4. transmission-remote-gtk: 1.4.0 -> 1.4.1

    Semi-automatic update generated by
    https://github.com/ryantm/nixpkgs-update tools. This update was made
    based on information from
    https://repology.org/metapackage/transmission-remote-gtk/versions
    r-ryantm committed Jan 6, 2019
    Copy the full SHA
    83599e2 View commit details
  5. simpleitk: 1.1.0 -> 1.2.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/simpleitk/versions
    r-ryantm committed Jan 6, 2019
    Copy the full SHA
    1c1fd09 View commit details

Commits on Jan 7, 2019

  1. qtbitcointrader: 1.40.30 -> 1.40.40

    Semi-automatic update generated by
    https://github.com/ryantm/nixpkgs-update tools. This update was made
    based on information from
    https://repology.org/metapackage/qtbitcointrader/versions
    r-ryantm committed Jan 7, 2019
    Copy the full SHA
    67b8195 View commit details
  2. pasystray: 0.7.0 -> 0.7.1

    Semi-automatic update generated by
    https://github.com/ryantm/nixpkgs-update tools. This update was made
    based on information from
    https://repology.org/metapackage/pasystray/versions
    r-ryantm committed Jan 7, 2019
    Copy the full SHA
    d89f092 View commit details
  3. qtile: 0.12.0 -> 0.13.0

    needs Python 3 to use Clock widget:
    qtile/qtile#1258 (comment)
    kamilchm committed Jan 7, 2019
    Copy the full SHA
    d837860 View commit details
  4. rxvt_unicode: fix build

    pbogdan committed Jan 7, 2019
    Copy the full SHA
    d1fff1e View commit details
  5. pdf2djvu: 0.9.11 -> 0.9.12

    Semi-automatic update generated by
    https://github.com/ryantm/nixpkgs-update tools. This update was made
    based on information from
    https://repology.org/metapackage/pdf2djvu/versions
    r-ryantm committed Jan 7, 2019
    Copy the full SHA
    2743be6 View commit details
  6. metamath: 0.168 -> 0.171

    Taneb committed Jan 7, 2019
    Copy the full SHA
    3a096b4 View commit details
  7. atlassian modules: don't chown home recursively

    This can take a long time and should not be necassary anyway.
    fpletz authored and globin committed Jan 7, 2019
    Copy the full SHA
    b60f8fc View commit details
  8. atlassian-confluence: 6.11.1 -> 6.12.0

    fpletz authored and globin committed Jan 7, 2019
    Copy the full SHA
    ece39b0 View commit details
  9. atlassian-confluence: 6.12.0 -> 6.12.2

    fpletz authored and globin committed Jan 7, 2019
    Copy the full SHA
    847bd6e View commit details
  10. Copy the full SHA
    4a38287 View commit details
  11. Copy the full SHA
    89d24ac View commit details
  12. Copy the full SHA
    6f02b86 View commit details
  13. nmon: 16g -> 16h

    Semi-automatic update generated by
    https://github.com/ryantm/nixpkgs-update tools. This update was made
    based on information from
    https://repology.org/metapackage/nmon/versions
    r-ryantm committed Jan 7, 2019
    Copy the full SHA
    1dcc1f2 View commit details

Commits on Jan 8, 2019

  1. cups: use v2.2.6 on darwin

    This is the last version known to build.
    
    Fixes #53609.
    matthewbauer committed Jan 8, 2019
    Copy the full SHA
    bb87416 View commit details
  2. Copy the full SHA
    47a8b13 View commit details
  3. calibre: 3.36.0 -> 3.37.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/calibre/versions
    r-ryantm committed Jan 8, 2019
    Copy the full SHA
    bc1b9dd View commit details
  4. Copy the full SHA
    6c6a899 View commit details
  5. Copy the full SHA
    fd90297 View commit details
  6. Merge pull request #53446 from Mic92/systemd-udev-settle

    nixos/systemd-udev-settle: don't restart on upgrades
    Mic92 authored Jan 8, 2019
    Copy the full SHA
    ba9f589 View commit details
  7. Merge pull request #53589 from r-ryantm/auto-update/pdf2djvu

    pdf2djvu: 0.9.11 -> 0.9.12
    pSub authored Jan 8, 2019
    Copy the full SHA
    890579c View commit details
  8. Merge pull request #53636 from r-ryantm/auto-update/calibre

    calibre: 3.36.0 -> 3.37.0
    pSub authored Jan 8, 2019
    Copy the full SHA
    a8a2e84 View commit details
  9. Merge pull request #53447 from timokau/neovim-qt-wrapper

     neovim-qt: wrap in separate derivation
    peterhoeg authored Jan 8, 2019
    Copy the full SHA
    15c8362 View commit details
  10. Copy the full SHA
    5da2848 View commit details
  11. Merge pull request #53536 from r-ryantm/auto-update/qtbitcointrader

    qtbitcointrader: 1.40.30 -> 1.40.40
    c0bw3b authored Jan 8, 2019
    Copy the full SHA
    c514728 View commit details
  12. Merge pull request #52765 from Izorkin/datadog-agent

    datadog-agent: 6.4.2 -> 6.8.3
    infinisil authored Jan 8, 2019
    Copy the full SHA
    6a942ae View commit details
  13. pythonPackages.zfec: patch out argparse dependency

    Since `argparse` stopped doing anything a while ago, we'll just patch it
    out of setup.py and nobody will notice.
    MostAwesomeDude authored and FRidh committed Jan 8, 2019
    Copy the full SHA
    2c9de98 View commit details
  14. xterm: 341 -> 342

    dtzWill committed Jan 8, 2019
    Copy the full SHA
    c38ff23 View commit details
  15. python.pkgs.graphviz: hardcode path to graphviz's bin/

    Robert Schütz committed Jan 8, 2019
    Copy the full SHA
    4d29e16 View commit details
  16. python.pkgs.objgraph: hardcode path to graphviz's bin/

    Robert Schütz committed Jan 8, 2019
    Copy the full SHA
    2357d57 View commit details
  17. python.pkgs.pydot: hardcode path to graphviz's bin/

    Robert Schütz committed Jan 8, 2019
    Copy the full SHA
    d034fb8 View commit details
  18. python.pkgs.pydot: 1.4.0 -> 1.4.1

    Robert Schütz committed Jan 8, 2019
    Copy the full SHA
    354b0d4 View commit details
  19. pubs: 0.7.0 -> 0.8.2 (#53658)

    dtzWill authored and dotlambda committed Jan 8, 2019
    Copy the full SHA
    3ace9a7 View commit details
  20. Merge pull request #53574 from kamilchm/qtile

    qtile: 0.12.0 -> 0.13.0
    veprbl authored Jan 8, 2019
    Copy the full SHA
    6004e5d View commit details
  21. vimPlugins: update

    timokau committed Jan 8, 2019
    Copy the full SHA
    114a9e6 View commit details
  22. abella: 2.0.5 -> 2.0.6

    ciil authored and vbgl committed Jan 8, 2019
    Copy the full SHA
    f7367cb View commit details
  23. Copy the full SHA
    c86e00e View commit details
Loading