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: c1a6e60335b5
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: d3a41f3c23b5
Choose a head ref

Commits on Mar 4, 2020

  1. Copy the full SHA
    f1e9591 View commit details

Commits on Apr 1, 2020

  1. cri-tools: v1.17.0 -> v1.18.0

    Signed-off-by: Sascha Grunert <sgrunert@suse.com>
    saschagrunert committed Apr 1, 2020
    Copy the full SHA
    4c31f28 View commit details

Commits on Apr 6, 2020

  1. Copy the full SHA
    9acb7da View commit details

Commits on Apr 21, 2020

  1. Copy the full SHA
    b512a78 View commit details
  2. Copy the full SHA
    f0a92ef View commit details
  3. nixos.virtualisation: Move containers.nix to nixos-containers.nix

    In anticipation of the new containers module.
    adisbladis committed Apr 21, 2020
    Copy the full SHA
    650df70 View commit details
  4. nixos.virtualisation.containers: Init common /etc/containers configur…

    …ation module
    
    What's happening now is that both cri-o and podman are creating
    /etc/containers/policy.json.
    
    By splitting out the creation of configuration files we can make the
    podman module leaner & compose better with other container software.
    adisbladis committed Apr 21, 2020
    Copy the full SHA
    43f383c View commit details
  5. srcOnly: ignore additional arguments

    This reverts commit b32a057,
    which breaks even the most straightforward uses of srcOnly:
    
        nix-repl> srcOnly guile
        error: anonymous function at /home/src/nixpkgs/pkgs/build-support/src-only/default.nix:1:1 called with unexpected argument 'drvPath', at /home/src/nixpkgs/lib/customisation.nix:69:16
    
        nix-repl> srcOnly hello
        error: anonymous function at /home/src/nixpkgs/pkgs/build-support/src-only/default.nix:1:1 called with unexpected argument 'drvPath', at /home/src/nixpkgs/lib/customisation.nix:69:16
    
    Link: NixOS/nixpkgs#80903 (comment)
    edef1c committed Apr 21, 2020

    Verified

    This commit was signed with the committer’s verified signature.
    equirosa Eduardo Quirós
    Copy the full SHA
    11e13ac View commit details
  6. installation-cd-graphical-gnome: don't run xorg default

    If for some reason the Wayland session fails to start
    it will just start the Xorg session.
    worldofpeace committed Apr 21, 2020
    Copy the full SHA
    1f12a07 View commit details
  7. android-studio: add ps to closure

    When killing processes, android-studio uses `ps` to figure out which
    subprocesses to kill. Without `ps` in the closure, this fails and the
    process is never killed.
    nioncode committed Apr 21, 2020
    Copy the full SHA
    c296bf7 View commit details
  8. python3Packages.dotnetcore2: 2.1.11 -> 2.1.13

    instead of installing only what's needed, remove extraneous executable
    Jonathan Ringer committed Apr 21, 2020
    Copy the full SHA
    5d4162e View commit details
  9. Merge pull request #85604 from adisbladis/podman-module

    nixos/virtualisation.podman: Init module
    adisbladis authored Apr 21, 2020
    Copy the full SHA
    2d91da9 View commit details
  10. Merge pull request #85719 from nioncode/android-studio-ps

    android-studio: add ps to closure
    primeos authored Apr 21, 2020
    Copy the full SHA
    b9c027d View commit details
  11. rl-2003: Update the release documentation

    It currently says that everything will be backward compatible between lego and simp-le certificates, but it’s not.
    
    (cherry picked from commit 21c4a33)
    immae authored and flokli committed Apr 21, 2020

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    3dbd3f2 View commit details
  12. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    6a7e056 View commit details
  13. Merge pull request #85710 from worldofpeace/gnome-iso-wayland-default

    installation-cd-graphical-gnome: don't run xorg default
    worldofpeace authored Apr 21, 2020

    Unverified

    This user has not yet uploaded their public signing key.
    Copy the full SHA
    af2009a View commit details
  14. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    78a7c57 View commit details
  15. Merge pull request #85680 from NixOS/fix-srconly

    srcOnly: ignore additional arguments
    edef1c authored Apr 21, 2020

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    e719907 View commit details
  16. Fix typos (#85693)

    alexfmpe authored Apr 21, 2020

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    4cc383d View commit details
  17. pythonPackages.pulsectl: init at 20.4.3

    mweinelt authored and Jon committed Apr 21, 2020

    Verified

    This commit was signed with the committer’s verified signature.
    primeos Michael Weiss
    Copy the full SHA
    c0c8dcd View commit details
  18. Merge pull request #83936 from saschagrunert/cri-tools

    cri-tools: v1.17.0 -> v1.18.0
    marsam authored Apr 21, 2020

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    f9ee56f View commit details
  19. python3Packages.matrix-nio: 0.9.0 -> 0.10.0

    symphorien authored and Jon committed Apr 21, 2020

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    1d0aae0 View commit details
  20. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    5bc1773 View commit details
  21. Merge pull request #79454 from Flakebi/spirv-cross

    spirv-cross: init at 2020-01-16
    timokau authored Apr 21, 2020

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    379f759 View commit details

Commits on Apr 22, 2020

  1. python3Packages.simpleaudio: init at 1.0.4

    Lucus16 authored and Jon committed Apr 22, 2020
    Copy the full SHA
    800dd4b View commit details
  2. pythonPackages.pyroma: init at 2.6

    evanjs authored and Jon committed Apr 22, 2020
    Copy the full SHA
    d3a41f3 View commit details
Loading