6 lines
129 B
Nix
6 lines
129 B
Nix
{ ... }: {
|
|
nix.settings = {
|
|
experimental-features = ["nix-command" "flakes"];
|
|
download-buffer-size = 524288000;
|
|
};
|
|
}
|