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: fe7bab33d75c
Choose a base ref
...
head repository: NixOS/nixpkgs-channels
compare: a19e16756b6c
Choose a head ref
  • 14 commits
  • 10 files changed
  • 7 contributors

Commits on Aug 17, 2020

  1. nixpkgs-fmt: 0.9.0 -> 1.0.0

    Rizary committed Aug 17, 2020
    Copy the full SHA
    ee803f3 View commit details
    Browse the repository at this point in the history
  2. source-han-*: reduce closure size by 2x

    The file name of the installed font was the path returned by fetchurl:
    `xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx-SourceHanSans.ttc`
    
    This caused the derivation to reference the downloaded font file,
    storing the font twice unless you optimise the store (each file is
    ~150M).
    gebner committed Aug 17, 2020
    Copy the full SHA
    9fb2c88 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    01ff24f View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    2cb4d19 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    2d72eaf View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    53dc9e8 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2020

  1. nixos/test-instrumentation: properly import options for qemu-check

    If `qemu-vm.nix` is imported, the option `virtualisation.qemu.consoles`
    should be set to make sure that the machine's output isn't rendered on
    the graphical window of QEMU.
    
    This is needed when interactively running a NixOS test or in conjunction
    with `nixos-build-vms(8)`.
    
    The patch 2578557 tries to only do this
    if the option actually exists, however this condition used to be always
    false since `options` wasn't imported in the module and pointed to
    `lib.options` due to the `with lib;`-clause.
    Ma27 committed Aug 18, 2020
    Copy the full SHA
    2fbddb0 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #95701 from gebner/smaller_source_han

    source-han-*: reduce closure size by 2x
    gebner committed Aug 18, 2020
    Copy the full SHA
    08639bc View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    1cdddfe View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    bae91fb View commit details
    Browse the repository at this point in the history
  5. Merge pull request #95708 from Ma27/matrix-updates

    Bump a few packages related to the Matrix ecosystem
    mweinelt committed Aug 18, 2020
    Copy the full SHA
    6622ba5 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #95743 from Ma27/qemu-test-out

    nixos/test-instrumentation: properly import `options` for `qemu`-check
    infinisil committed Aug 18, 2020
    Copy the full SHA
    cfd599e View commit details
    Browse the repository at this point in the history
  7. nixpkgs-fmt: 0.9.0 -> 1.0.0

    Rizary committed Aug 18, 2020
    Copy the full SHA
    f85c04a View commit details
    Browse the repository at this point in the history
  8. Merge pull request #95659 from numtide/nixpkgs-fmt

    nixpkgs-fmt: 0.9.0 -> 1.0.0
    zimbatm committed Aug 18, 2020
    Copy the full SHA
    a19e167 View commit details
    Browse the repository at this point in the history