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
base: fe7bab33d75c
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 08639bcd134d
Choose a head ref
  • 2 commits
  • 1 file changed
  • 1 contributor

Commits on Aug 17, 2020

  1. 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

Commits on Aug 18, 2020

  1. 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