faster download stall detection

This commit is contained in:
Cyryl Płotnicki 2022-12-25 17:42:42 +00:00
parent 0cae73e2f2
commit 91ba7cd962

View file

@ -95,6 +95,7 @@ in {
package = pkgs.nixUnstable; package = pkgs.nixUnstable;
extraOptions = '' extraOptions = ''
experimental-features = nix-command flakes experimental-features = nix-command flakes
stalled-download-timeout = 30
''; '';
}; };