about summary refs log tree commit diff
path: root/tests/simple.sh
diff options
context:
space:
mode:
authorEelco Dolstra <edolstra@gmail.com>2017-09-14T12·38+0200
committerEelco Dolstra <edolstra@gmail.com>2017-09-14T12·38+0200
commitda1e4fdfb54e0a69dd145180cae1eb7a0afd1b26 (patch)
tree39673d63e8380a5cd27c1969f3e986912d94c219 /tests/simple.sh
parent970366266b8df712f5f9cedb45af183ef5a8357f (diff)
nix-store -q --roots / --gc --print-roots: Print temporary / in-memory roots
For example,

  $ nix-store -q --roots /nix/store/7phd2sav7068nivgvmj2vpm3v47fd27l-patchelf-0.8pre845_0315148
  {temp:1}

denotes that the path is only being kept alive by a temporary root
(i.e. /nix/var/nix/temproots/). Similarly,

  $ nix-store --gc --print-roots
  ...
  {memory:9} -> /nix/store/094gpjn9f15ip17wzxhma4r51nvsj17p-curl-7.53.1

shows that curl is being used by some process.
Diffstat (limited to 'tests/simple.sh')
0 files changed, 0 insertions, 0 deletions