Support pipe operator

Not using it now since my LSP thing doesn't like it, but at least it's
there.
This commit is contained in:
Geoffrey Frogeye 2025-04-21 19:00:04 +02:00
parent c9fc2ec685
commit 6989ca2721
Signed by: geoffrey
GPG key ID: C72403E7F82E6AD8
2 changed files with 2 additions and 0 deletions

View file

@ -23,6 +23,7 @@
experimental-features = [ experimental-features = [
"nix-command" "nix-command"
"flakes" "flakes"
"pipe-operator"
]; ];
warn-dirty = false; warn-dirty = false;
}; };

View file

@ -61,6 +61,7 @@
experimental-features = [ experimental-features = [
"nix-command" "nix-command"
"flakes" "flakes"
"pipe-operator"
]; ];
warn-dirty = false; warn-dirty = false;
}; };