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

Fix incorrect path

This commit is contained in:
Fatih Altinok 2017-10-22 11:52:24 +03:00 committed by GitHub
parent ddcdca208e
commit 62b39f7ef6

View file

@ -100,7 +100,7 @@
<para>
So, where did nix-repl really get installed?
<literal>which nix-repl</literal> is
<literal>~/.nix-profile.bin.nix-repl</literal> which points to the store.
<literal>~/.nix-profile/bin/nix-repl</literal> which points to the store.
We can also list the derivation paths with nix-env -q --out-path. So
that's how those derivation paths are called: the
<emphasis role="bold">output</emphasis> of a build.