mirror of
https://github.com/NixOS/nix
synced 2025-07-10 04:43:53 +02:00
* Simplification.
This commit is contained in:
parent
a4c63c6e8e
commit
84c4631221
21 changed files with 77 additions and 67 deletions
|
@ -4,14 +4,14 @@ max=5000
|
|||
|
||||
reference=$NIX_STORE_DIR/abcdef
|
||||
touch $reference
|
||||
(echo $reference && echo && echo 0) | $TOP/src/nix-store/nix-store --register-validity
|
||||
(echo $reference && echo && echo 0) | $nixstore --register-validity
|
||||
|
||||
echo "registering..."
|
||||
time for ((n = 0; n < $max; n++)); do
|
||||
storePath=$NIX_STORE_DIR/$n
|
||||
touch $storePath
|
||||
(echo $storePath && echo && echo 1 && echo $reference)
|
||||
done | $TOP/src/nix-store/nix-store --register-validity
|
||||
done | $nixstore --register-validity
|
||||
|
||||
echo "collecting garbage..."
|
||||
time $TOP/src/nix-store/nix-store --gc 2> /dev/null
|
||||
time $nixstore --gc 2> /dev/null
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue