1
0
Fork 0
mirror of https://github.com/NixOS/nix-pills synced 2024-09-19 04:00:13 -04:00

update broken link

Fixes https://github.com/NixOS/nix-pills/issues/109
This commit is contained in:
Danylo Hlynskyi 2019-03-29 08:19:11 +02:00 committed by GitHub
parent e01d2127c2
commit c7398d2f61
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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>