mirror of
https://github.com/NixOS/nix
synced 2025-07-08 15:13:55 +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
|
@ -15,7 +15,7 @@ nix-channel --remove xyzzy
|
|||
# Create a channel.
|
||||
rm -rf $TEST_ROOT/foo
|
||||
mkdir -p $TEST_ROOT/foo
|
||||
nix copy --recursive --to file://$TEST_ROOT/foo?compression="bzip2" $(nix-store -r $(nix-instantiate dependencies.nix))
|
||||
nix copy --to file://$TEST_ROOT/foo?compression="bzip2" $(nix-store -r $(nix-instantiate dependencies.nix))
|
||||
rm -rf $TEST_ROOT/nixexprs
|
||||
mkdir -p $TEST_ROOT/nixexprs
|
||||
cp config.nix dependencies.nix dependencies.builder*.sh $TEST_ROOT/nixexprs/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue