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: db96124d3d5a
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: f8c6b826d4e4
Choose a head ref
  • 17 commits
  • 11 files changed
  • 8 contributors

Commits on Sep 18, 2019

  1. wlr-randr: init at unstable-2019-03-21

    This is a simple clone of `xrandr` for wayland and is recommended by
    sway's wiki[1] as replacement for `xrandr`.
    
    Although the package is not stable yet, it's written by some sway
    developers and appears to work pretty well.
    
    When adding an additional monitor to your laptop (with the laptop being
    "below" the monitor), this can be configured like this:
    
    ```
    wlr-randr --output eDP-1 --on --pos 0,1080 --output HDMI-A-1 --on --pos 0,0
    ```
    
    [1] https://github.com/swaywm/sway/wiki/i3-Migration-Guide#common-xorg-apps-used-on-i3-with-wayland-alternatives
    Ma27 committed Sep 18, 2019

    Verified

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

Commits on Sep 30, 2019

  1. Copy the full SHA
    b7fdf53 View commit details
  2. Copy the full SHA
    ab5a5c1 View commit details
  3. Copy the full SHA
    8d00c48 View commit details
  4. Copy the full SHA
    9cd1e90 View commit details
  5. Copy the full SHA
    dfb5755 View commit details
  6. jackett: 0.11.687 -> 0.11.751

    Vskilet committed Sep 30, 2019
    Copy the full SHA
    25e4163 View commit details
  7. jormungandr: 0.5.2 -> 0.5.4

    mmahut committed Sep 30, 2019
    Copy the full SHA
    7adddf7 View commit details

Commits on Oct 1, 2019

  1. Merge pull request #70079 from Vskilet/jackett-update

    jackett: 0.11.687 -> 0.11.751
    etu authored Oct 1, 2019
    Copy the full SHA
    65c433b View commit details
  2. Merge pull request #70067 from shyim/update-php-cs-fixer

    phpPackages.php-cs-fixer: 2.15.1 => 2.15.3
    etu authored Oct 1, 2019
    Copy the full SHA
    8618334 View commit details
  3. Merge pull request #70069 from shyim/add-psalm

    phpPackages.psalm: init at 3.5.3
    etu authored Oct 1, 2019
    Copy the full SHA
    6b11080 View commit details
  4. Copy the full SHA
    212973a View commit details
  5. diceware: add missing 'setuptools' to propagatedBuildInputs

    Jan Hrnko authored and Matthieu Coudron committed Oct 1, 2019
    Copy the full SHA
    f641fca View commit details
  6. Merge pull request #68957 from simonchatts/entrance

    pythonPackages.entrance: init at 1.1.10 (and janus init at 0.4.0)
    zimbatm authored Oct 1, 2019
    Copy the full SHA
    0df4dad View commit details
  7. Merge pull request #69019 from Ma27/package-wlr-randr

    wlr-randr: init at unstable-2019-03-21
    Ma27 authored Oct 1, 2019
    Copy the full SHA
    b953566 View commit details
  8. Merge pull request #70141 from mmahut/jormungandr

    jormungandr: 0.5.2 -> 0.5.4
    mmahut authored Oct 1, 2019
    Copy the full SHA
    a5bd569 View commit details
  9. python3Packages.scikit-build: fix build

    Build broke as it's attempted to run the cmake configure-phase which
    won't work as this package uses cmake, but builds via a `setup.py`
    rather than a `CMakeLists.txt`.
    
    ZHF #68361
    Ma27 committed Oct 1, 2019
    Copy the full SHA
    f8c6b82 View commit details
Loading