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
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 85bb15a662f1
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 9605addd32aa
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Jan 11, 2020

  1. fix catAttrs documentation signature

    iv-nn authored and bjornfor committed Jan 11, 2020
    Copy the full SHA
    9605add View commit details
Showing with 1 addition and 1 deletion.
  1. +1 −1 doc/functions/library/attrsets.xml
2 changes: 1 addition & 1 deletion doc/functions/library/attrsets.xml
Original file line number Diff line number Diff line change
@@ -302,7 +302,7 @@ lib.attrsets.attrValues { a = 1; b = 2; c = 3; }
<section xml:id="function-library-lib.attrsets.catAttrs">
<title><function>lib.attrsets.catAttrs</function></title>

<subtitle><literal>catAttrs :: String -> AttrSet -> [Any]</literal>
<subtitle><literal>catAttrs :: String -> [AttrSet] -> [Any]</literal>
</subtitle>

<xi:include href="./locations.xml" xpointer="lib.attrsets.catAttrs" />