enable pipe operators

This commit is contained in:
jacekpoz 2024-10-03 17:11:22 +02:00
parent 7aa59ce3a5
commit 941fac5c2e
Signed by: poz
SSH key fingerprint: SHA256:JyLeVWE4bF3tDnFeUpUaJsPsNlJyBldDGV/dIKSLyN8

View file

@ -9,6 +9,7 @@
experimental-features = [ experimental-features = [
"flakes" "flakes"
"nix-command" "nix-command"
"pipe-operators"
]; ];
trusted-users = [ trusted-users = [
"root" "root"