You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pills/18-nix-store-paths.xml
+1-1
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@
12
12
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.
13
13
</para>
14
14
<para>
15
-
The way store paths are computed is a little contrived, mostly due to historical reasons. Our reference will be the <linkxlink:href="http://lxr.devzen.net/source/xref/nix/src/libstore/store-api.cc#97">Nix source code</link>.
15
+
The way store paths are computed is a little contrived, mostly due to historical reasons. Our reference will be the <linkxlink:href="https://github.com/NixOS/nix/blob/07f992a74b64f4376d5b415d0042babc924772f3/src/libstore/store-api.cc#L197">Nix source code</link>.
0 commit comments