Fix comment + indentation.
This commit is contained in:
parent
e9b8d19307
commit
9bef20370c
1 changed files with 2 additions and 2 deletions
|
|
@ -378,7 +378,7 @@ in
|
|||
|
||||
# Create a directory for storing temporary data of the running VM.
|
||||
if [ -z "$TMPDIR" ] || [ -z "$USE_TMPDIR" ]; then
|
||||
TMPDIR=$(mktemp -d nix-vm.XXXXXXXXXX --tmpdir)
|
||||
TMPDIR=$(mktemp -d nix-vm.XXXXXXXXXX --tmpdir)
|
||||
fi
|
||||
|
||||
# Create a directory for exchanging data with the VM.
|
||||
|
|
@ -417,7 +417,7 @@ in
|
|||
upstream = hostPkgs.callPackage "${nixpkgs}/nixos/lib/test-driver" { };
|
||||
in
|
||||
upstream.overrideAttrs (_: {
|
||||
# github.com/NixOS/nixpkgs#228220 gets merged
|
||||
# Until github.com/NixOS/nixpkgs#228220 gets merged
|
||||
patches = [
|
||||
../test/0001-nixos-test-driver-include-a-timeout-for-the-recv-cal.patch
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue