mirror of
https://github.com/NixOS/nix
synced 2025-07-12 23:15:08 +02:00
Fix tests
`nix copy` no longer accepts a `--recursive` argument
This commit is contained in:
parent
f3e0d46821
commit
3139cad9cd
3 changed files with 4 additions and 4 deletions
|
@ -46,7 +46,7 @@ fi
|
|||
# --verify can fix it.
|
||||
clearCache
|
||||
|
||||
nix copy --recursive --to file://$cacheDir $path
|
||||
nix copy --to file://$cacheDir $path
|
||||
|
||||
chmod u+w $path2
|
||||
rm -rf $path2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue