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: 8e7dda36a4df
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: 16ac473e20ba
Choose a head ref

Commits on Sep 20, 2018

  1. zsh: patch _setxkbmap completion script

    Instead of searching `/usr` it should search for the `xkb`,
    $XDG_DATA_DIRS will be searched. With this approach we allow compliance
    on NixOS and non-NixOS systems to find `symbols` in the `xkb` directory.
    
    The patch has been accepted by upstream, but isn't released yet, so this
    is mainly a temporary fix until we can bump ZSH to the next stable version.
    
    The `xserver` module links `/share/X11/xkb` to `/run/current-system` to
    make this possible.
    
    The fix can be tested inside the following VM:
    
    ```
    {
      zshtest = {
        programs.zsh.enable = true;
        users.extraUsers.vm = {
          password = "vm";
          isNormalUser = true;
        };
        services.xserver.enable = true;
      };
    }
    ```
    
    Fixes #46025
    Ma27 committed Sep 20, 2018
    Copy the full SHA
    18d4615 View commit details

Commits on Oct 1, 2018

  1. google-chrome: use default patchelf, "fixes" nacl_helper crashing.

    I'm not sure what the problem is, precisely, but even so
    this was preventing use of things like cast'ing--
    not that I'm entirely clear on what that would be the case either :/.
    
    Err on caution and let's go back to what the situation was before
    and fix it properly when we better understand the issue.
    dtzWill committed Oct 1, 2018
    Copy the full SHA
    e7345ef View commit details

Commits on Oct 14, 2018

  1. openimageio: 1.8.14 -> 1.8.15

    Semi-automatic update generated by
    https://github.com/ryantm/nixpkgs-update tools. This update was made
    based on information from
    https://repology.org/metapackage/openimageio/versions
    r-ryantm committed Oct 14, 2018
    Copy the full SHA
    f8f0a36 View commit details
  2. Copy the full SHA
    a55eb78 View commit details

Commits on Oct 16, 2018

  1. jetty: 9.4.8.v20171121 -> 9.4.12.v20180830

    Semi-automatic update generated by
    https://github.com/ryantm/nixpkgs-update tools. This update was made
    based on information from
    https://repology.org/metapackage/jetty/versions
    r-ryantm committed Oct 16, 2018
    Copy the full SHA
    43d79c4 View commit details
  2. gtkwave: 3.3.94 -> 3.3.95

    Semi-automatic update generated by
    https://github.com/ryantm/nixpkgs-update tools. This update was made
    based on information from
    https://repology.org/metapackage/gtkwave/versions
    r-ryantm committed Oct 16, 2018
    Copy the full SHA
    a721411 View commit details
  3. dune: 1.3.0 -> 1.4.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/dune/versions
    r-ryantm committed Oct 16, 2018
    Copy the full SHA
    82b925c View commit details
  4. awf: 1.3.1 -> 1.4.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/awf/versions
    r-ryantm committed Oct 16, 2018
    Copy the full SHA
    93c7c59 View commit details
  5. Copy the full SHA
    c3e0047 View commit details

Commits on Oct 17, 2018

  1. coq: add ocamlPackages in passthru

    We might need OCaml packages that are not the one Coq is depending on
    but they still need to come from the same package set (same OCaml version).
    Zimmi48 committed Oct 17, 2018
    Copy the full SHA
    fa12476 View commit details

Commits on Oct 18, 2018

  1. Copy the full SHA
    f76c57e View commit details
  2. btrbk: 0.26.1 -> 0.27.0

    cocreature committed Oct 18, 2018
    Copy the full SHA
    e6cf58b View commit details
  3. kvmgt module: add service restart on failure

    gnidorah committed Oct 18, 2018
    Copy the full SHA
    a6603fd View commit details
  4. tinc: remove unnecessary networking.interfaces

    This breaks with networking backends enabled and
    also creates large delays on boot when some services depends
    on the network target. It is also not really required
    because tinc does create those interfaces itself.
    
    fixes #27070
    Mic92 committed Oct 18, 2018
    Copy the full SHA
    5a1f0f9 View commit details
  5. Copy the full SHA
    168ccb3 View commit details
  6. Copy the full SHA
    a93c777 View commit details

Commits on Oct 19, 2018

  1. Merge pull request #48690 from ElvishJerricco/dont-check-cabal-macosx

    haskellPackages.cabal-macosx: Tests don't build with Cabal >= 2.2
    ryantm authored Oct 19, 2018
    Copy the full SHA
    9ebba0f View commit details
  2. Merge pull request #47612 from dtzWill/fix/use-regular-patchelf-with-…

    …chrome
    
    google-chrome: use default patchelf, "fixes" nacl_helper crashing.
    dtzWill authored Oct 19, 2018
    Copy the full SHA
    ca67b33 View commit details
  3. vscode: 1.28.0 -> 1.28.2

    eadwu committed Oct 19, 2018
    Copy the full SHA
    8861eca View commit details
  4. Merge pull request #48685 from dtzWill/update/range-v3

    range-v3: 0.3.7 -> 0.4.0
    dtzWill authored Oct 19, 2018
    Copy the full SHA
    889a654 View commit details
  5. Merge pull request #48682 from Mic92/tincd

    nixos/tinc: remove unnecessary networking.interfaces
    Mic92 authored Oct 19, 2018
    Copy the full SHA
    74a1b92 View commit details
  6. Merge pull request #48694 from eadwu/vscode/1.28.2

    vscode: 1.28.0 -> 1.28.2
    Mic92 authored Oct 19, 2018
    Copy the full SHA
    364bac3 View commit details
  7. Merge pull request #48662 from cocreature/btrbk

    btrbk: 0.26.1 -> 0.27.0
    Mic92 authored Oct 19, 2018
    Copy the full SHA
    35caf0d View commit details
  8. Merge pull request #48546 from andrew-d/andrew/hide-zfs-import-warning

    nixos/zfs: Hide useless errors when waiting for zpool to be ready
    srhb authored Oct 19, 2018
    Copy the full SHA
    5871775 View commit details
  9. Merge pull request #48503 from r-ryantm/auto-update/jetty

    jetty: 9.4.8.v20171121 -> 9.4.12.v20180830
    Mic92 authored Oct 19, 2018
    Copy the full SHA
    1937f1e View commit details
  10. Merge pull request #48540 from r-ryantm/auto-update/dune

    dune: 1.3.0 -> 1.4.0
    Mic92 authored Oct 19, 2018
    Copy the full SHA
    06613c1 View commit details
  11. Merge pull request #48543 from r-ryantm/auto-update/awf

    awf: 1.3.1 -> 1.4.0
    Mic92 authored Oct 19, 2018
    Copy the full SHA
    bd4b8a4 View commit details
  12. Copy the full SHA
    8c399bd View commit details
  13. Merge pull request #48509 from r-ryantm/auto-update/gtkwave

    gtkwave: 3.3.94 -> 3.3.95
    Mic92 authored Oct 19, 2018
    Copy the full SHA
    a595b87 View commit details
  14. Copy the full SHA
    668c19a View commit details
  15. nmap: fix cross-build (#48264)

    volth authored and Mic92 committed Oct 19, 2018
    Copy the full SHA
    f90009c View commit details
  16. Copy the full SHA
    58a36ed View commit details
  17. Copy the full SHA
    fa42b46 View commit details
  18. rclone-browser: init at 1.2 (#44589)

    Drakonis authored and dotlambda committed Oct 19, 2018
    Copy the full SHA
    a2d7574 View commit details
  19. Merge pull request #48617 from Zimmi48/passthru-ocamlPackages-in-coq-…

    …package
    
    coq: add ocamlPackages in passthru
    vbgl authored Oct 19, 2018
    Copy the full SHA
    c091e93 View commit details
  20. Merge pull request #48421 from Ekleog/gppro-18.09.14

    global-platform-pro: 0.3.10-rc11 -> 18.09.14
    Mic92 authored Oct 19, 2018
    Copy the full SHA
    1a9e538 View commit details
  21. Merge pull request #48659 from akru/master

    parity: 1.11.10 -> 2.0.8; parity-beta: 2.0.3 -> 2.1.3
    Mic92 authored Oct 19, 2018
    Copy the full SHA
    4a36eeb View commit details
  22. Merge pull request #48640 from gnidorah/kvmgt

    kvmgt module: add restart on failure
    Mic92 authored Oct 19, 2018
    Copy the full SHA
    e378927 View commit details
  23. Merge pull request #48389 from r-ryantm/auto-update/openimageio

    openimageio: 1.8.14 -> 1.8.15
    Mic92 authored Oct 19, 2018
    Copy the full SHA
    4f3a0a3 View commit details
  24. Merge pull request #48698 from bfortz/mixxx

    mixxx: added opus files support
    Mic92 authored Oct 19, 2018
    Copy the full SHA
    b3b0769 View commit details
  25. Merge pull request #46152 from Ma27/fix-setxkbmap-completion

    zsh: patch `_setxkbmap` completion script
    Ma27 authored Oct 19, 2018
    Copy the full SHA
    e8fb77a View commit details
  26. hackage-packages.nix: automatic Haskell package set update

    This update was generated by hackage2nix v2.11.1-1-g9fae38b from Hackage revision
    commercialhaskell/all-cabal-hashes@a013b65.
    peti committed Oct 19, 2018
    Copy the full SHA
    5ee4818 View commit details
  27. haskellPackages.hasktags: remove dontCheck

    MarcWeber/hasktags#52 has been closed and a new version (0.71.1) has been released.
    jhenahan authored and peti committed Oct 19, 2018
    Copy the full SHA
    ed2370d View commit details
  28. Copy the full SHA
    ba64a13 View commit details
  29. Copy the full SHA
    d210479 View commit details
  30. ghc-8.6.x: update overrides

    peti committed Oct 19, 2018
    Copy the full SHA
    95ae256 View commit details
  31. ghc-8.6.x: HTF does not compile

    peti committed Oct 19, 2018
    Copy the full SHA
    d6d0871 View commit details
  32. Copy the full SHA
    876ea22 View commit details
  33. Copy the full SHA
    a96f91d View commit details
  34. Copy the full SHA
    88a93b1 View commit details
Loading