Deal with error about 'download buffer is full'

Fix from
https://github.com/NixOS/nix/issues/11728#issuecomment-2725297584
This commit is contained in:
Gene Liverman 2025-03-14 19:23:14 -04:00
parent 4cb3f7e605
commit c7f51a4021
No known key found for this signature in database

View file

@ -39,6 +39,7 @@
nix.settings = { nix.settings = {
allowed-users = [ "${username}" ]; allowed-users = [ "${username}" ];
download-buffer-size = 524288000;
experimental-features = [ experimental-features = [
"flakes" "flakes"
"nix-command" "nix-command"