From 941fac5c2e2e04b9b938a2bd9a62b1629faab959 Mon Sep 17 00:00:00 2001 From: jacekpoz Date: Thu, 3 Oct 2024 17:11:22 +0200 Subject: [PATCH] enable pipe operators --- hosts/common/core/nix.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/common/core/nix.nix b/hosts/common/core/nix.nix index 2e780a0..623d1cf 100644 --- a/hosts/common/core/nix.nix +++ b/hosts/common/core/nix.nix @@ -9,6 +9,7 @@ experimental-features = [ "flakes" "nix-command" + "pipe-operators" ]; trusted-users = [ "root"