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: fc2c4afa11b5
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: ee5591a6acbf
Choose a head ref

Commits on Apr 24, 2020

  1. ycmd: typescript completion support

    Link the already-packaged typescript package so that ycmd will support
    completions for javascript and typescript filetypes.
    
    The structure of these installation directories is "documented" here:
    <https://github.com/ycm-core/ycmd/blob/master/build.py>.
    
    I don't completely understand why the language support is passed as
    optional attrs Is it because folks want to build leaner packages and
    pass null or because they want to target particular dependencies? At any
    rate I followed the pattern.
    ryneeverett committed Apr 24, 2020
    Copy the full SHA
    30328c3 View commit details

Commits on May 2, 2020

  1. plasma5.kwin: add mesa dependency

    mesa provides libgbm required to build kwin_wayland drm backend with hw accel (compositing&clients)
    shatsky committed May 2, 2020
    Copy the full SHA
    aa0574e View commit details

Commits on May 4, 2020

  1. Copy the full SHA
    57e6799 View commit details

Commits on May 9, 2020

  1. nixos/test-driver: Specify /bin/sh shell when running a bourne shell …

    …script as the user
    
    The test harness provides the commands it wishes to run in Bourne
    syntax.  This fails if the user uses a different shell.  For example,
    with fish:
    
      machine.wait_for_unit("graphical-session.target", "alice")
    
    machine # fish: Unsupported use of '='. To run '-u`' with a modified environment, please use 'env XDG_RUNTIME_DIR=/run/user/`id -u`…'
    machine # XDG_RUNTIME_DIR=/run/user/`id -u` systemctl --user --no-pager show "graphical-session.target"
    machine # ^
    machine # [   16.329957] su[1077]: pam_unix(su:session): session closed for user alice
    error: retrieving systemctl info for unit "graphical-session.target" under user "alice" failed with exit code 127
    chkno committed May 9, 2020
    Copy the full SHA
    751a270 View commit details

Commits on May 10, 2020

  1. uclibc: 1.0.32 -> 1.0.33

    r-ryantm committed May 10, 2020
    Copy the full SHA
    596c815 View commit details
  2. Copy the full SHA
    f5c0535 View commit details

Commits on May 11, 2020

  1. xlog: 2.0.17 -> 2.0.19

    r-ryantm committed May 11, 2020
    Copy the full SHA
    33272d9 View commit details
  2. ytop: 0.6.0 -> 0.6.1

    Br1ght0ne committed May 11, 2020
    Copy the full SHA
    56531f4 View commit details
  3. Copy the full SHA
    b95d49d View commit details
  4. Merge pull request #87414 from chkno/specify-shell-when-sudoing-to-us…

    …er-with-unknown-shell
    
    nixos/test-driver: Specify /bin/sh shell when running a bourne shell script as the user
    flokli authored May 11, 2020
    Copy the full SHA
    b12c08c View commit details
  5. Copy the full SHA
    ad8238c View commit details
  6. Copy the full SHA
    6d183ed View commit details
  7. Copy the full SHA
    36a1ca4 View commit details
  8. linux: 4.4.222 -> 4.4.223

    NeQuissimus committed May 11, 2020
    Copy the full SHA
    ddd1363 View commit details
  9. linux: 4.9.222 -> 4.9.223

    NeQuissimus committed May 11, 2020
    Copy the full SHA
    3942632 View commit details
  10. linux: 5.4.39 -> 5.4.40

    NeQuissimus committed May 11, 2020
    Copy the full SHA
    98c79eb View commit details
  11. linux: 5.6.11 -> 5.6.12

    NeQuissimus committed May 11, 2020
    Copy the full SHA
    0010ae4 View commit details
  12. Merge pull request #87541 from r-ryantm/auto-update/uclibc-ng

    uclibc: 1.0.32 -> 1.0.33
    rasendubi authored May 11, 2020
    Copy the full SHA
    54ded21 View commit details
  13. Merge pull request #85958 from ryneeverett/ycmd-typescript

    ycmd: typescript completion support
    rasendubi authored May 11, 2020
    Copy the full SHA
    7a411e7 View commit details
  14. Copy the full SHA
    1d02247 View commit details
  15. Merge pull request #86615 from shatsky/plasma-wayland

    plasma5.kwin: add mesa dependency
    ttuegel authored May 11, 2020
    Copy the full SHA
    e154c6c View commit details
  16. Merge pull request #87545 from wamserma/libfm-fix-collision

    libfm: fix duplicate inclusion of libfm-extra
    ttuegel authored May 11, 2020
    Copy the full SHA
    8eaf1f1 View commit details
  17. Merge pull request #85494 from ambrop72/kde-thumbnail-hang

    kdegraphics-thumbnailers: Add patch for thumbnail.so hang.
    ttuegel authored May 11, 2020
    Copy the full SHA
    863c217 View commit details
  18. Copy the full SHA
    f565285 View commit details
  19. Merge pull request #87567 from r-ryantm/auto-update/xlog

    xlog: 2.0.17 -> 2.0.19
    ryantm authored May 11, 2020
    Copy the full SHA
    ee5591a View commit details
Loading