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/nix
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 750400e0fa9d
Choose a base ref
...
head repository: NixOS/nix
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 5eddc24fabc1
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Nov 8, 2018

  1. Fix manual build

    This was broken by some missing closing tags in 0bea4a5
    lheckemann committed Nov 8, 2018
    Copy the full SHA
    34d2948 View commit details
  2. Merge pull request #2526 from mayflower/manual-fix

    Fix manual build
    edolstra authored Nov 8, 2018
    Copy the full SHA
    5eddc24 View commit details
Showing with 1 addition and 1 deletion.
  1. +1 −1 doc/manual/expressions/builtins.xml
2 changes: 1 addition & 1 deletion doc/manual/expressions/builtins.xml
Original file line number Diff line number Diff line change
@@ -1078,7 +1078,7 @@ Evaluates to <literal>[ "foo" ]</literal>.

<listitem><para>Return <literal>true</literal> if the path
<replaceable>path</replaceable> exists at evaluation time, and
<literal>false</literal> otherwise.
<literal>false</literal> otherwise.</para></listitem>

</varlistentry>