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: 19c8562dbc10
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: ee9154c4c1a5
Choose a head ref
  • 2 commits
  • 3 files changed
  • 2 contributors

Commits on Oct 30, 2020

  1. iosevka-bin: add support for variants

    This adds the ability to select a specific prebuilt variant. It also adds
    an updater script for generating their hashes. Additionally, switching
    to TTC files reduces the package size by an order of magnitude.
    
    Example usage:
    
    	fonts.fonts = with pkgs; [
    	  (iosevka-bin.override { variant = "ss10"; })
    	  (iosevka-bin.override { variant = "sparkle"; })
    	  (iosevka-bin.override { variant = "aile"; })
    	];
    deviant committed Oct 30, 2020
    Copy the full SHA
    d3025ee View commit details
    Browse the repository at this point in the history
  2. Merge pull request #101132 from deviant/iosevka-variants

    iosevka-bin: add support for variants
    worldofpeace committed Oct 30, 2020
    Copy the full SHA
    ee9154c View commit details
    Browse the repository at this point in the history