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 = [
"nix-command"
"flakes"
"pipe-operators"
];
auto-optimise-store = true;
warn-dirty = false;