nix/groups/all/default.nix

7 lines
127 B
Nix
Raw Normal View History

2026-03-03 04:26:35 +00:00
{...}: {
nix.settings = {
experimental-features = ["nix-command" "flakes"];
download-buffer-size = 524288000;
};
}