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: 02ca096a85ec
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: e38a01db5d8a
Choose a head ref
  • 4 commits
  • 4 files changed
  • 2 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
    1
    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 Mar 1, 2020

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