1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-13 17:10:47 +02:00

* Crazy: don't use real hashes of real components in examples, since

they cause Nix builds to have unnecessary retained dependences
  (e.g., on Subversion).
This commit is contained in:
Eelco Dolstra 2005-05-09 09:58:00 +00:00
parent edd145d2fb
commit 88dea78cdf
2 changed files with 5 additions and 5 deletions

View file

@ -311,7 +311,7 @@ $ nix-env -i /nix/store/fibjb1bfbpm5mrsxc4mh2d8n37sxh91i-gcc-3.4.3.drv</screen>
<para>To install a specific output path:
<screen>
$ nix-env -i /nix/store/x3cgx0xj1p4iv9x0pnnmdhr8iyg741vk-gcc-3.4.3</screen>
$ nix-env -i /nix/store/y3cgx0xj1p4iv9x0pnnmdhr8iyg741vk-gcc-3.4.3</screen>
</para>