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: 3104cb28673c
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: d64d6c520e30
Choose a head ref

Commits on Aug 26, 2019

  1. nixos/pantheon: fix launching nm-applet components

    For some reason nm-applet has to be running for an authentication
    dialog to be spawned by wingpanel-indicator-network.
    
    This also fixes storing NetworkManager secrets in the keyring, but this
    is still broken because we lack the proper PAM configuration.
    worldofpeace committed Aug 26, 2019
    Copy the full SHA
    ae3fc3a View commit details

Commits on Aug 30, 2019

  1. Copy the full SHA
    afd448a View commit details
  2. parity: Update buildInputs and nativeBuildInputs

    Move cmake and pkgconfig from buildInputs to nativeBuildInputs
    Remove unneeded perl from buildInputs
    xrelkd committed Aug 30, 2019
    Copy the full SHA
    b2cc915 View commit details
  3. parity: 2.5.6 -> 2.5.7

    xrelkd committed Aug 30, 2019
    Copy the full SHA
    6eee9a4 View commit details
  4. parity-beta: 2.6.1 -> 2.6.2

    xrelkd committed Aug 30, 2019
    Copy the full SHA
    bfe498f View commit details

Commits on Aug 31, 2019

  1. cargo-watch: init at 7.2.1

    xrelkd committed Aug 31, 2019
    Copy the full SHA
    18508dc View commit details
  2. consul: 1.5.2 -> 1.6.0

    endocrimes committed Aug 31, 2019
    Copy the full SHA
    0c6a81a View commit details

Commits on Sep 1, 2019

  1. ghq: 0.10.2 -> 0.12.6

    sigma committed Sep 1, 2019
    Copy the full SHA
    a93a14e View commit details
  2. cayley: 0.6.1 -> 0.7.5

    sigma committed Sep 1, 2019
    Copy the full SHA
    6e0e7ab View commit details
  3. dgraph: 0.8.2 -> 1.0.17

    sigma committed Sep 1, 2019
    Copy the full SHA
    65b9a73 View commit details
  4. babl: disable tests

    the tests fail
    NixOS/nixpkgs#67416 (comment) so
    we'll disable them for now and notify upstream
    ryantm committed Sep 1, 2019
    Copy the full SHA
    60d53d1 View commit details
  5. diesel-cli: init at 1.4.0

    Fixes #67797.
    ivan committed Sep 1, 2019
    Copy the full SHA
    1ac28e7 View commit details
  6. nixos/fontconfig: Allow setting default emoji font

    In fontconfig’s 60-generic.conf, order of preference is estabilished for emoji
    font family. Because fontconfig parses the config files in lexicographic order,
    appending each <prefer> from <alias> element to the family’s prefer list
    (to be prepended before the family) [1], our font family defaults stored
    in 52-nixos-default-fonts.conf will take precedence. That is, of course, unless
    the default „weak“ binding [2] is used. Emoji family binds strongly [3],
    so we need to set binding to “same” for our <alias>es to be considered before
    the ones from 60-generic.conf.
    
    By default, we will set the option to all emoji fonts supported by fontconfig,
    so that emoji works for user if they have at least one emoji font installed.
    If they have multiple emoji fonts installed, we will use the fontconfig’s
    order of preference [4].
    
    [1]: bohoomil/fontconfig-ultimate#51 (comment)
    [2]: https://www.freedesktop.org/software/fontconfig/fontconfig-user.html#AEN25
    [3]: https://gitlab.freedesktop.org/fontconfig/fontconfig/commit/cc8442dec85e9d416436d19eeae1783f2d3008f0
    [4]: https://gitlab.freedesktop.org/fontconfig/fontconfig/commit/c41c9220181b203d1cf1f6435f6e3735cb7c84ac
    jtojnar authored and worldofpeace committed Sep 1, 2019
    Copy the full SHA
    b31c7e5 View commit details
  7. nixos.tests.fontconfig-default-fonts: init

    Make sure the fonts.enableDefaultFonts option works.
    jtojnar authored and worldofpeace committed Sep 1, 2019
    Copy the full SHA
    ee7c590 View commit details
  8. nixos/fonts.enableDefaultFonts: add Noto Emoji

    These days, emoji are ubiqitous so we need to add emoji font.
    jtojnar authored and worldofpeace committed Sep 1, 2019
    Copy the full SHA
    eafe887 View commit details
  9. Copy the full SHA
    fcec3ff View commit details
  10. Merge pull request #67815 from xrelkd/add/cargo-watch

    cargo-watch: init at 7.2.1
    mmahut authored Sep 1, 2019
    Copy the full SHA
    05fbc57 View commit details
  11. Merge pull request #67834 from endocrimes/u-consul

    consul: 1.5.2 -> 1.6.0
    mmahut authored Sep 1, 2019
    Copy the full SHA
    22a9e79 View commit details
  12. Copy the full SHA
    4b51602 View commit details
  13. Merge pull request #67861 from sigma/pr/ghq-0.12.6

    ghq: 0.10.2 -> 0.12.6
    mmahut authored Sep 1, 2019
    Copy the full SHA
    134718d View commit details
  14. Merge pull request #67862 from sigma/pr/cayley-0.7.5

    cayley: 0.6.1 -> 0.7.5
    mmahut authored Sep 1, 2019
    Copy the full SHA
    8d0b7a9 View commit details
  15. Merge pull request #67863 from sigma/pr/dgraph-1.0.17

    dgraph: 0.8.2 -> 1.0.17
    mmahut authored Sep 1, 2019
    Copy the full SHA
    f7a856e View commit details
  16. Merge pull request #67768 from peti/t/redis

    nixos/redis: disable transparent huge pages (TLP) before starting Redis
    peti authored Sep 1, 2019
    Copy the full SHA
    0808f5a View commit details
  17. Merge pull request #67864 from ryantm/babl

    babl: disable tests
    jtojnar authored Sep 1, 2019
    Copy the full SHA
    793c2c3 View commit details
  18. Merge pull request #67865 from ivan/init-diesel-cli

    diesel-cli: init at 1.4.0
    mmahut authored Sep 1, 2019
    Copy the full SHA
    29e7629 View commit details
  19. Copy the full SHA
    fa49f7c View commit details
  20. Copy the full SHA
    cbd7444 View commit details
  21. Merge pull request #67869 from xrelkd/update/youtube-dl

    youtube-dl: 2019.08.13 -> 2019.09.01
    worldofpeace authored Sep 1, 2019
    Copy the full SHA
    7d5375e View commit details
  22. Merge pull request #67667 from jtojnar/default-emoji

    nixos/fontconfig: Allow setting default emoji font
    worldofpeace authored Sep 1, 2019
    Copy the full SHA
    83d60f7 View commit details
  23. Merge pull request #67755 from xrelkd/update/parity

    parity: 2.5.6 -> 2.5.7, parity-beta: 2.6.1 -> 2.6.2
    worldofpeace authored Sep 1, 2019
    Copy the full SHA
    5d10eab View commit details
  24. Merge pull request #67473 from worldofpeace/wingpanel/fix-network-ind…

    …icator
    
    nixos/pantheon: fix launching nm-applet components
    worldofpeace authored Sep 1, 2019
    Copy the full SHA
    d64d6c5 View commit details
Loading