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: e22d072c641b
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: 8d1eddea16a4
Choose a head ref

Commits on May 16, 2018

  1. nixos/kubernetes: Update kube-dns and kube-dashbashboard docker image…

    … derivations to new pullImage function signature
    seppeljordan committed May 16, 2018
    Copy the full SHA
    b4b3892 View commit details

Commits on May 21, 2018

  1. Copy the full SHA
    19f768a View commit details

Commits on May 24, 2018

  1. Copy the full SHA
    2a14e89 View commit details
  2. dockerTools: fixes extraCommands for mkRootLayer.

    The extraCommands was, previously, simply put in the body of the script
    using nix expansion `${extraCommands}` (which looks exactly like bash
    expansion!).
    
    This causes issues like in #34779 where scripts will eventually create
    invalid bash.
    
    The solution is to use a script like `run-as-root`.
    
     * * *
    
    Fixes #34779
    samueldr committed May 24, 2018
    Copy the full SHA
    60737bd View commit details
  3. skopeo: 0.1.29 -> 0.1.30

    Skopeo used by our docker tools was patched to work in the build
    sandbox (it used /var/tmp which is not available in the sandbox).
    Since this temporary directory can now be set at build time, we remove
    the patch from our docker tools.
    nlewo authored and globin committed May 24, 2018
    Copy the full SHA
    8f71ce7 View commit details
  4. criu: 3.8.1 -> 3.9

    Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.
    
    This update was made based on information from https://repology.org/metapackage/criu/versions.
    
    These checks were done:
    
    - built on NixOS
    - Warning: no invocation of /nix/store/31grlhm7igrgi29fhmndki41a8f87cvs-criu-3.9/bin/crit had a zero exit code or showed the expected version
    - /nix/store/31grlhm7igrgi29fhmndki41a8f87cvs-criu-3.9/bin/compel passed the binary check.
    - /nix/store/31grlhm7igrgi29fhmndki41a8f87cvs-criu-3.9/bin/criu passed the binary check.
    - 2 of 3 passed binary check by having a zero exit code.
    - 0 of 3 passed binary check by having the new version present in output.
    - found 3.9 with grep in /nix/store/31grlhm7igrgi29fhmndki41a8f87cvs-criu-3.9
    - directory tree listing: https://gist.github.com/5db13cedfd351a5d1fd8ed3d70ccbac3
    - du listing: https://gist.github.com/3a064c8b51705c90c1093a81ab9495ee
    R. RyanTM authored and thoughtpolice committed May 24, 2018
    Copy the full SHA
    c0e0c70 View commit details
  5. Copy the full SHA
    c8987a7 View commit details
  6. Copy the full SHA
    2e41891 View commit details
  7. Copy the full SHA
    6b29b2c View commit details
  8. Copy the full SHA
    e243993 View commit details
  9. nixos mysql: make start-up more robust (#41010)

    1) Change start-type to ```notify``` when running MariaDB so that we don't have to busy-wait for the
    socket to appear.
    
    2) Do not manually create the directory under /run as we can get systemd to do
    that for us. This opens up the possibility later for not having to launch as root.
    peterhoeg authored and xeji committed May 24, 2018
    Copy the full SHA
    5b468ea View commit details
  10. lib: Fix nix-env -qaP -f . --xml --meta

    The function value cannot be serialized so nix-env was mad. Turns out we can
    just remove it like we do in `lib/systems/inspect.nix`.
    Ericson2314 committed May 24, 2018
    Copy the full SHA
    d437f2c View commit details
  11. Copy the full SHA
    fb7428c View commit details
  12. Copy the full SHA
    96e5a8b View commit details
  13. nheko: 0.4.0 -> 0.4.1

    Ekleog committed May 24, 2018
    Copy the full SHA
    2918083 View commit details
  14. confluence: 6.6.1 -> 6.8.0

    (cherry picked from commit a43d47121d33240e124f02cfe6b3124b28bfcf62)
    ciil authored and globin committed May 24, 2018
    Copy the full SHA
    ede4962 View commit details
  15. Merge pull request #41016 from markuskowa/slurm-pr

    nixos/slurm: fix default module parameters, update documenation
    xeji authored May 24, 2018
    Copy the full SHA
    8d4716a View commit details
  16. qtile: 0.10.7 -> 0.11.1

    kamilchm committed May 24, 2018
    Copy the full SHA
    bd3489e View commit details
  17. Merge pull request #41027 from kamilchm/qtile

    qtile: 0.10.7 -> 0.11.1
    xeji authored May 24, 2018
    Copy the full SHA
    a54c1c2 View commit details
  18. Copy the full SHA
    429d81d View commit details
  19. libqalculate: 2.3.0 -> 2.5.0

    gebner committed May 24, 2018
    Copy the full SHA
    42af0d6 View commit details
  20. qalculate-gtk: 2.3.0 -> 2.5.0

    gebner committed May 24, 2018
    Copy the full SHA
    d96cc05 View commit details
  21. Copy the full SHA
    902b059 View commit details
  22. Merge pull request #41036 from florianjacob/matrix-synapse

    matrix-synapse: 0.28.1 -> 0.30.0
    xeji authored May 24, 2018
    Copy the full SHA
    3cfc90e View commit details
  23. Copy the full SHA
    0e84af1 View commit details
  24. Merge pull request #40665 from seppeljordan/fix-kubernetes-modules

    nixos/kubernetes: Update kube-dns and kube-dashbashboard docker image…
    nlewo authored May 24, 2018
    Copy the full SHA
    4ccb13a View commit details
  25. Merge pull request #41030 from Ekleog/nheko-0.4.1

    nheko: 0.4.0 -> 0.4.1
    xeji authored May 24, 2018
    Copy the full SHA
    a2d2a6e View commit details
  26. Merge pull request #41043 from obsidiansystems/fix-nix-env-meta

    lib: Fix `nix-env -qaP -f . --xml --meta`
    peti authored May 24, 2018
    Copy the full SHA
    2ce9d4f View commit details
  27. Merge pull request #40947 from samueldr/fix/34779

    dockerTools: fixes extraCommands for mkRootLayer.
    nlewo authored May 24, 2018
    Copy the full SHA
    2e98e0c View commit details
  28. smplayer: 18.4.0 -> 18.5.0 (#41040)

    Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.
    
    This update was made based on information from https://repology.org/metapackage/smplayer/versions.
    
    These checks were done:
    
    - built on NixOS
    - Warning: no invocation of /nix/store/mll3p02g4sfglbg8d7z54y748z16rhwr-smplayer-18.5.0/bin/smplayer had a zero exit code or showed the expected version
    - Warning: no invocation of /nix/store/mll3p02g4sfglbg8d7z54y748z16rhwr-smplayer-18.5.0/bin/simple_web_server had a zero exit code or showed the expected version
    - 0 of 2 passed binary check by having a zero exit code.
    - 0 of 2 passed binary check by having the new version present in output.
    - found 18.5.0 with grep in /nix/store/mll3p02g4sfglbg8d7z54y748z16rhwr-smplayer-18.5.0
    - directory tree listing: https://gist.github.com/68e3b40c30899a9dbba0225f52760bda
    - du listing: https://gist.github.com/e7152199c8f96f4ba4fdcc614d54f3d8
    r-ryantm authored and xeji committed May 24, 2018
    Copy the full SHA
    736d6e3 View commit details
  29. colm: 0.13.0.5 -> 0.13.0.6

    pSub committed May 24, 2018
    Copy the full SHA
    99e0fb0 View commit details
  30. ragel: 7.0.0.10 -> 7.0.0.11

    pSub committed May 24, 2018
    Copy the full SHA
    9dc0099 View commit details
  31. perlPackages.DateManip: disable tests on i686

    Build froze and timed out during tests on i686.
    xeji committed May 24, 2018
    Copy the full SHA
    3b336d0 View commit details
  32. nixos/slurm: fix xml tag mismatch in manual

    build of nixos manual broke because of mismatched xml tags
    in an option description introduced in #41016.
    xeji committed May 24, 2018
    Copy the full SHA
    7ba417a View commit details
  33. Merge pull request #40884 from vbgl/ocaml-earley-ocaml

    ocamlPackages.earley_ocaml: init at 1.0.2
    srhb authored May 24, 2018
    Copy the full SHA
    8d1edde View commit details
Loading