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:
parent
a9d99ab55f
commit
832377bbd6
5 changed files with 56 additions and 8 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue