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: 0193158b3246
Choose a base ref
...
head repository: NixOS/nixpkgs-channels
compare: 42f0be81ae05
Choose a head ref
  • 14 commits
  • 8 files changed
  • 4 contributors

Commits on Sep 11, 2019

  1. lib: Add recurseIntoAttrs

    This makes the function available without having to evaluate the
    Nixpkgs fix-point, making it available in a more natural way for
    code that deals with multiple Nixpkgs invocations.
    
    Its definition is coupled to Nix rather than Nixpkgs, so it will
    feel right at home in lib.
    roberth committed Sep 11, 2019
    Copy the full SHA
    8935bfb View commit details
    Browse the repository at this point in the history
  2. top-level: Fix dontRecurseIntoAttrs and include in lib

    dontRecurseIntoAttrs was a noop (x: x), causing the expression
    dontRecurseIntoAttrs (recurseIntoAttrs a) to have the wrong effect.
    roberth committed Sep 11, 2019
    Copy the full SHA
    fc64cf6 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    a96f37d View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2020

  1. Copy the full SHA
    8c34c23 View commit details
    Browse the repository at this point in the history
  2. qogir-theme: quote homepage

    romildo committed Feb 26, 2020
    Copy the full SHA
    ceeb83a View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    9d2f62c View commit details
    Browse the repository at this point in the history
  4. snowblind: init at 2020-02-26

    romildo committed Feb 26, 2020
    Copy the full SHA
    5f8a157 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2020

  1. Copy the full SHA
    5bd1863 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    9edb3b6 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2020

  1. chromiumDev: Add the missing clang-format binary

    The fix from 1d961a4 was unfortunately incomplete. This commit fixes
    the second error [0] that occurs later during the build (the Python
    script third_party/blink/renderer/bindings/scripts/generate_bindings.py
    requires buildtools/linux64/clang-format).
    
    [0]: NixOS/nixpkgs#81016 (comment)
    primeos committed Mar 1, 2020
    Copy the full SHA
    02ca096 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #68491 from roberth/fix-dontRecurseIntoAttrs

    Fix dontRecurseIntoAttrs + add to lib + doc
    roberth committed Mar 1, 2020
    Copy the full SHA
    e38a01d View commit details
    Browse the repository at this point in the history
  3. Merge pull request #81108 from romildo/upd.qogir-theme

    qogir-theme: 2020-02-20 -> 2020-02-26
    romildo committed Mar 1, 2020
    Copy the full SHA
    42e6eda View commit details
    Browse the repository at this point in the history
  4. Merge pull request #81126 from romildo/upd.snowblind

    snowblind: init at 2020-02-26
    romildo committed Mar 1, 2020
    Copy the full SHA
    4b3ba78 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #81201 from romildo/upd.matcha-gtk-theme

    matcha: 2020-02-06 -> 2020-02-27
    romildo committed Mar 1, 2020
    Copy the full SHA
    42f0be8 View commit details
    Browse the repository at this point in the history