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:
parent
c9fc2ec685
commit
6989ca2721
2 changed files with 2 additions and 0 deletions
|
@ -23,6 +23,7 @@
|
|||
experimental-features = [
|
||||
"nix-command"
|
||||
"flakes"
|
||||
"pipe-operator"
|
||||
];
|
||||
warn-dirty = false;
|
||||
};
|
||||
|
|
|
@ -61,6 +61,7 @@
|
|||
experimental-features = [
|
||||
"nix-command"
|
||||
"flakes"
|
||||
"pipe-operator"
|
||||
];
|
||||
warn-dirty = false;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue