nix/groups/all/default.nix

7 lines
144 B
Nix
Raw Normal View History

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