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/nixos-homepage
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 4bffe0c0bce5
Choose a base ref
...
head repository: NixOS/nixos-homepage
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 6ec39aab92f4
Choose a head ref
  • 1 commit
  • 1 file changed
  • 2 contributors

Commits on Nov 12, 2020

  1. Update overview.tt

    Co-authored-by: Eelco Dolstra <edolstra@gmail.com>
    garbas and edolstra authored Nov 12, 2020

    Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    grahamc Graham Christensen
    Copy the full SHA
    6ec39aa View commit details
Showing with 3 additions and 4 deletions.
  1. +3 −4 overview.tt
7 changes: 3 additions & 4 deletions overview.tt
Original file line number Diff line number Diff line change
@@ -37,10 +37,9 @@
</ul>
<div>
<p>
Under Nix, a build process will only find resources that have been
declared explicitly as dependencies. There is no way it can build
until everything it needs has been correctly declared. If it builds,
you will know you've provided a complete declaration.
Under Nix, a build process only has access to dependencies that have been
declared explicitly. So if a build succeeds, you know you've specified all necessary
dependencies.
</p>
<p>
The same build process specification is than used to provide