Yureka Lilian <yureka@cyberchaos.dev> writes:
Signed-off-by: Yureka Lilian <yureka@cyberchaos.dev> --- lib/nixpkgs.default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
I'm seeing a timeout in the networking test in release/checks/integration with this patch applied. I'll try bisecting, but I get the impression you might have the resources to be able to do that faster, if you want to try to beat me. Note that the default timeout on aarch64 is quite high if you have good hardware, so if you do try you might want to adjust it to something more raesonable. (On my MacBook Pro it takes under two minutes.)
diff --git a/lib/nixpkgs.default.nix b/lib/nixpkgs.default.nix index c119aef..ff5b679 100644 --- a/lib/nixpkgs.default.nix +++ b/lib/nixpkgs.default.nix @@ -4,6 +4,6 @@ # Generated by scripts/update-nixpkgs.sh.
import (builtins.fetchTarball { - url = "https://github.com/NixOS/nixpkgs/archive/a870b7409045459d9a4011ddd6a42acbb2f..."; - sha256 = "0a2plvg99na3g9ma17lq77mc6vxjn4nazf0zpdjmaj869b1dg4fn"; + url = "https://github.com/NixOS/nixpkgs/archive/c91d2da044a9e4af299c989ca9d395ae53d..."; + sha256 = "1xlvihrr1m3zxy3bwjr0lp8fkfn5b2kra52x8264bl75b30kcwa5"; }) -- 2.51.0