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

Commits on Mar 29, 2019

  1. update broken link

    Fixes #109
    danbst authored Mar 29, 2019
    Copy the full SHA
    c7398d2 View commit details
  2. Merge pull request #110 from NixOS/danbst-patch-1

    update broken link
    pSub authored Mar 29, 2019
    Copy the full SHA
    ac40e28 View commit details
Showing with 1 addition and 1 deletion.
  1. +1 −1 pills/18-nix-store-paths.xml
2 changes: 1 addition & 1 deletion pills/18-nix-store-paths.xml
Original file line number Diff line number Diff line change
@@ -12,7 +12,7 @@
Before reading existing derivations, I'd like to talk about store paths and how they are computed. In particular we are interested in fixed store paths that depend on an integrity hash (e.g. a sha256), which is usually applied to source tarballs.
</para>
<para>
The way store paths are computed is a little contrived, mostly due to historical reasons. Our reference will be the <link xlink:href="http://lxr.devzen.net/source/xref/nix/src/libstore/store-api.cc#97">Nix source code</link>.
The way store paths are computed is a little contrived, mostly due to historical reasons. Our reference will be the <link xlink:href="https://github.com/NixOS/nix/blob/07f992a74b64f4376d5b415d0042babc924772f3/src/libstore/store-api.cc#L197">Nix source code</link>.
</para>
<section>
<title>Source paths</title>