Fix comment + indentation.

This commit is contained in:
r-vdp 2023-05-06 23:49:04 +02:00
parent e9b8d19307
commit 9bef20370c
No known key found for this signature in database

View file

@ -417,7 +417,7 @@ in
upstream = hostPkgs.callPackage "${nixpkgs}/nixos/lib/test-driver" { }; upstream = hostPkgs.callPackage "${nixpkgs}/nixos/lib/test-driver" { };
in in
upstream.overrideAttrs (_: { upstream.overrideAttrs (_: {
# github.com/NixOS/nixpkgs#228220 gets merged # Until github.com/NixOS/nixpkgs#228220 gets merged
patches = [ patches = [
../test/0001-nixos-test-driver-include-a-timeout-for-the-recv-cal.patch ../test/0001-nixos-test-driver-include-a-timeout-for-the-recv-cal.patch
]; ];