From c95b4ac026f0e8ebc9ff45fdf2a5a43028acbe4f Mon Sep 17 00:00:00 2001 From: Danilo Reyes Date: Thu, 21 Nov 2024 21:33:38 -0600 Subject: [PATCH] experimental feature pipe-operators --- base.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/base.nix b/base.nix index 5994141..9658e26 100644 --- a/base.nix +++ b/base.nix @@ -95,6 +95,7 @@ experimental-features = [ "nix-command" "flakes" + "pipe-operators" ]; substituters = [ "https://nix-gaming.cachix.org"