1
0
Fork 0
forked from foxora/nix
flake-foxora/groups/all/default.nix

6 lines
129 B
Nix

{ ... }: {
nix.settings = {
experimental-features = ["nix-command" "flakes"];
download-buffer-size = 524288000;
};
}