increase nix.settings.download-buffer-size
This commit is contained in:
parent
ffb9b35d46
commit
728f933f39
1 changed files with 7 additions and 4 deletions
|
|
@ -29,10 +29,13 @@ in {
|
||||||
#../modules/chameleonultragui.nix
|
#../modules/chameleonultragui.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
nix.settings.experimental-features = [
|
nix.settings = {
|
||||||
"nix-command"
|
experimental-features = [
|
||||||
"flakes"
|
"nix-command"
|
||||||
];
|
"flakes"
|
||||||
|
];
|
||||||
|
download-buffer-size = 524288000; # 500 MiB
|
||||||
|
};
|
||||||
# nixpkgs.overlays = [
|
# nixpkgs.overlays = [
|
||||||
# (self: super: {
|
# (self: super: {
|
||||||
# jdk17 = super.jdk17.override (prev: {
|
# jdk17 = super.jdk17.override (prev: {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue