mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 15:11:34 +01:00
Enable the experimental pipe operator
This commit is contained in:
parent
4537be203a
commit
61083d4359
1 changed files with 1 additions and 0 deletions
|
|
@ -16,6 +16,7 @@
|
|||
experimental-features = [
|
||||
"nix-command"
|
||||
"flakes"
|
||||
"pipe-operators"
|
||||
];
|
||||
auto-optimise-store = true;
|
||||
warn-dirty = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue