1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-08 19:23:54 +02:00

Add a test for repairing paths

This commit is contained in:
Eelco Dolstra 2014-02-17 12:22:50 +01:00
parent a9d99ab55f
commit 832377bbd6
5 changed files with 56 additions and 8 deletions

View file

@ -2,11 +2,9 @@ source common.sh
clearStore
clearManifests
clearCache
# Create the binary cache.
cacheDir=$TEST_ROOT/binary-cache
rm -rf "$cacheDir"
outPath=$(nix-build dependencies.nix --no-out-link)
nix-push --dest $cacheDir $outPath