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

Merge pull request #10 from Anton-Latukha/patch-1

03: nix-store: --tree and -R are mutually exclusive
This commit is contained in:
Graham Christensen 2017-10-20 07:44:31 -04:00 committed by GitHub
commit 3b64b0979f
2 changed files with 2 additions and 2 deletions

View file

@ -260,7 +260,7 @@
<para> <para>
Same applies to environments of course. As an exercise run Same applies to environments of course. As an exercise run
<literal>nix-store -qR --tree ~/.nix-profile</literal>, see that the <literal>nix-store -q --tree ~/.nix-profile</literal>, see that the
first children are direct dependencies of the user environment: first children are direct dependencies of the user environment:
the installed derivations, and the manifest.nix. the installed derivations, and the manifest.nix.
</para> </para>

View file

@ -1,2 +1,2 @@
$ nix-store -qR --tree `which man` $ nix-store -q --tree `which man`
[...] [...]