made smol changes :3

This commit is contained in:
foxora 2026-03-13 18:22:44 +00:00
parent 83bee06352
commit 3ebf01c47e
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
{...}: {
nix.settings = {
experimental-features = ["nix-command" "flakes"];
experimental-features = ["nix-command" "flakes" "pipe-operators"];
download-buffer-size = 524288000;
};
}