From c7f51a4021cb859089af48eeeb7d38595c967dc1 Mon Sep 17 00:00:00 2001 From: Gene Liverman Date: Fri, 14 Mar 2025 19:23:14 -0400 Subject: [PATCH] Deal with error about 'download buffer is full' Fix from https://github.com/NixOS/nix/issues/11728#issuecomment-2725297584 --- modules/hosts/nixos/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/hosts/nixos/default.nix b/modules/hosts/nixos/default.nix index 71b449e..57fb177 100644 --- a/modules/hosts/nixos/default.nix +++ b/modules/hosts/nixos/default.nix @@ -39,6 +39,7 @@ nix.settings = { allowed-users = [ "${username}" ]; + download-buffer-size = 524288000; experimental-features = [ "flakes" "nix-command"