mirror of
https://github.com/NixOS/nix
synced 2025-06-25 14:51:16 +02:00
parent
fd3f5e9085
commit
01a3f4d7ec
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ ln -sf $outPath "$NIX_STATE_DIR"/gcroots/foo
|
|||
nix-store --gc --print-roots | grep $outPath
|
||||
nix-store --gc --print-live | grep $outPath
|
||||
nix-store --gc --print-dead | grep $drvPath
|
||||
if nix-store --gc --print-dead | grep $outPath; then false; fi
|
||||
if nix-store --gc --print-dead | grep -E $outPath$; then false; fi
|
||||
|
||||
nix-store --gc --print-dead
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue