Skip to content
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
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 69493cc67a7b
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 630380651deb
Choose a head ref

Commits on Sep 29, 2019

  1. urh: 2.7.3 -> 2.7.5

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

Commits on Oct 19, 2019

  1. gnome3.mutter: does not depend clutter

    Mutter have shipped its own `clutter` for ages, we need json-glib however which
    clutter propagated.
    hedning committed Oct 19, 2019
    Copy the full SHA
    c8036d1 View commit details
  2. gnome3.mutter: drop inheritable cap_sys_nice

    In NixOS extra capabilities are provided through the ambient set which provides
    real inheritability to user run processes [0].
    
    We don't want gome-shell to spawn processes with cap_sys_nice however (apart
    from the obvious this also breaks eg. flatpaks). So we drop inheritable when
    starting to prevent further inheritance (the ambient set is only propagated
    if inherit is set).
    
    [0] torvalds/linux@5831905
    hedning committed Oct 19, 2019
    Copy the full SHA
    9742df1 View commit details
  3. nixos/gnome3: launch gnome-shell wayland with RT scheduling

    We create a wrapper which launches gnome-shell with the correct environment and
    cap_sys_nice.
    
    We can then override gnome-shell-wayland.service to use this wrapper.
    
    NOTE: We need to force clear the environment, because the defaults aren't good
    for user services. That should probably be fixed.
    hedning committed Oct 19, 2019
    Copy the full SHA
    927a6fd View commit details

Commits on Nov 1, 2019

  1. diffoscope: 127 -> 129

    r-ryantm committed Nov 1, 2019
    Copy the full SHA
    5165fe7 View commit details

Commits on Nov 2, 2019

  1. pithos: 1.4.1 -> 1.5.0

    r-ryantm committed Nov 2, 2019
    Copy the full SHA
    c20ebbe View commit details

Commits on Nov 10, 2019

  1. nixos/slurm: fix X11 with spank module

    * Fix path in module for slurm to find plugstack.conf
    * Fix configure flags so that slurm can be compiled
      without internal X11 support (required for spank-x11).
    markuskowa committed Nov 10, 2019
    Copy the full SHA
    8219a3b View commit details
  2. nixos/slurm: add option for external slurmdbd.conf

    Slurmdbd requires a password database which is stored in slurmdbd.conf.
    A seperate config file avoids that the password ends up in the nix store.
    
    Slurmdbd does 19.5 does not support MySQL socket conections.
    Adapated the slurm test to provide username and password.
    markuskowa committed Nov 10, 2019
    Copy the full SHA
    472e165 View commit details
  3. Copy the full SHA
    9b28dbd View commit details

Commits on Nov 11, 2019

  1. why3: 1.2.0 → 1.2.1

    vbgl committed Nov 11, 2019
    Copy the full SHA
    a61354f View commit details

Commits on Nov 12, 2019

  1. gitAndTools.git-extras: 4.7.0 -> 5.0.0

    For a list of changes and additions see: https://github.com/tj/git-extras/releases/tag/5.0.0
    cko committed Nov 12, 2019
    Copy the full SHA
    6d9280e View commit details
  2. Merge pull request #72471 from r-ryantm/auto-update/diffoscope

    diffoscope: 127 -> 129
    markuskowa authored Nov 12, 2019
    Copy the full SHA
    da0a02b View commit details
  3. pythonPackages.trezor_agent: add hkjn to maintainers

    hkjn authored and Jon committed Nov 12, 2019
    Copy the full SHA
    7aeff94 View commit details
  4. trezor_agent: init at 0.10.0

    The pythonPackages.trezor_agent existed since earlier, now we
    also add a top-level package by making use of `toPythonApplication`.
    hkjn authored and Jon committed Nov 12, 2019
    Copy the full SHA
    6e99854 View commit details
  5. ledger_agent: init at 0.9.0

    hkjn authored and Jon committed Nov 12, 2019
    Copy the full SHA
    f8b2e53 View commit details
  6. keepkey_agent: init at 0.9.0

    hkjn authored and Jon committed Nov 12, 2019
    Copy the full SHA
    354e872 View commit details
  7. Merge pull request #70210 from cko/git-extras

    gitAndTools.git-extras: 4.7.0 -> 5.0.0
    c0bw3b authored Nov 12, 2019
    Copy the full SHA
    9d0c1c1 View commit details
  8. Copy the full SHA
    0c8d0f9 View commit details
  9. Merge pull request #72610 from r-ryantm/auto-update/pithos

    pithos: 1.4.1 -> 1.5.0
    markuskowa authored Nov 12, 2019
    Copy the full SHA
    fed00b1 View commit details
  10. tokei: 10.0.1 -> 10.1.0

    lilyball committed Nov 12, 2019
    Copy the full SHA
    103c603 View commit details
  11. Merge pull request #71390 from hedning/enable-gnome-shell-RT

    Enable soft real time for gnome shell
    worldofpeace authored Nov 12, 2019
    Copy the full SHA
    b252047 View commit details
  12. update contributors documentation for nix-review (#73217)

    Useful for newcomers who want to do their review after committing and then stumbling across the PR checklist.
    
    * replace nix-shell with nix run
    DavHau authored and markuskowa committed Nov 12, 2019
    Copy the full SHA
    331f45f View commit details
  13. Merge pull request #73179 from markuskowa/fix-slurm

    nixos/slurm: fix test and X11 options
    markuskowa authored Nov 12, 2019
    Copy the full SHA
    6928cb2 View commit details
  14. linux: 5.3.10 -> 5.3.11

    NeQuissimus committed Nov 12, 2019
    Copy the full SHA
    3dfff50 View commit details
  15. urh: 2.7.5 -> 2.8.0

    Fix build:
    * add wrapQtApps
    * add setup tools
    markuskowa committed Nov 12, 2019
    Copy the full SHA
    bfed155 View commit details
  16. linux: Remove 5.2

    5.2.x kernels are EOL
    NeQuissimus committed Nov 12, 2019
    Copy the full SHA
    44d80a5 View commit details
  17. Copy the full SHA
    f078de4 View commit details
  18. Copy the full SHA
    dc7772f View commit details
  19. linux: 4.19.83 -> 4.19.84

    NeQuissimus committed Nov 12, 2019
    Copy the full SHA
    b1b1f5a View commit details
  20. linux: 4.4.200 -> 4.4.201

    NeQuissimus committed Nov 12, 2019
    Copy the full SHA
    083c1d6 View commit details
  21. linux: 4.9.200 -> 4.9.201

    NeQuissimus committed Nov 12, 2019
    Copy the full SHA
    25d44f7 View commit details
  22. tokei: 10.0.1 -> 10.1.0 (#73306)

    tokei: 10.0.1 -> 10.1.0
    gebner authored Nov 12, 2019
    Copy the full SHA
    6236cff View commit details
  23. Merge pull request #69979 from r-ryantm/auto-update/urh

    urh: 2.7.3 -> 2.8.0
    markuskowa authored Nov 12, 2019
    Copy the full SHA
    fbfc258 View commit details
  24. rng-tools: 6.7 -> 6.8 (#73007)

    + run tests
    + enable jitterentropy by default
    + add c0bw3b to maintainers
    c0bw3b authored Nov 12, 2019
    Copy the full SHA
    810abeb View commit details
  25. Merge pull request #73043 from nlewo/open-policy-agent

    open-policy-agent: init at 0.15.0
    c0bw3b authored Nov 12, 2019
    Copy the full SHA
    6d5bca5 View commit details
  26. maintainers: add key for moredread

    Moredread authored and c0bw3b committed Nov 12, 2019
    Copy the full SHA
    7f2ac36 View commit details
  27. Merge pull request #73215 from vbgl/why3-1.2.1

    why3: 1.2.0 → 1.2.1
    c0bw3b authored Nov 12, 2019
    Copy the full SHA
    6303806 View commit details
Loading