Enable the experimental pipe operator

This commit is contained in:
SebastianStork 2025-04-06 22:04:31 +02:00
parent 4537be203a
commit 61083d4359

View file

@ -16,6 +16,7 @@
experimental-features = [ experimental-features = [
"nix-command" "nix-command"
"flakes" "flakes"
"pipe-operators"
]; ];
auto-optimise-store = true; auto-optimise-store = true;
warn-dirty = false; warn-dirty = false;