Skip to content
This repository has been 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
base: 4e1f8e4e3193
Choose a base ref
...
head repository: NixOS/nixpkgs-channels
compare: 647be9d0ddd0
Choose a head ref
  • 6 commits
  • 6 files changed
  • 6 contributors

Commits on Sep 21, 2020

  1. spotify: support --force-device-scale-factor

    Add a Spotify wrapper with a `deviceScaleFactor` argument to set the
    `--force-device-scale-factor` flag for high-DPI displays. If unset,
    nothing is added.
    
    This allows e.g.
    
       spotify.override { deviceScaleFactor = 1.66; }
    
    Uses a separate wrapper derivation as suggested by @Ma27.
    Uses `wrapProgram` instead of `makeWrapper` as suggested by @Ma27.
    9999years committed Sep 21, 2020
    Copy the full SHA
    4f03644 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    f4cc8c1 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #98350 from 9999years/spotify-device-scale-factor

    spotify: support --force-device-scale-factor for high-DPI displays
    Ma27 committed Sep 21, 2020
    Copy the full SHA
    2e98177 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #98417 from jonasnick/clighting-0.9.1

    clightning: 0.9.0-1 -> 0.9.1
    mmahut committed Sep 21, 2020
    Copy the full SHA
    509f2c1 View commit details
    Browse the repository at this point in the history
  5. firecracker: 0.21.1 -> 0.22.0

    Signed-off-by: Austin Seipp <aseipp@pobox.com>
    thoughtpolice committed Sep 21, 2020
    Copy the full SHA
    5a71d96 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    647be9d View commit details
    Browse the repository at this point in the history