From 9cb55d249dc573f71cfdfc504fb742709fade9e2 Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Thu, 4 Jun 2026 10:38:32 -0500 Subject: [PATCH] pipes --- modules/base.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/base.nix b/modules/base.nix index 86d3fdd..2bf8715 100644 --- a/modules/base.nix +++ b/modules/base.nix @@ -8,7 +8,7 @@ in { imports = [ ./cachix.nix ]; nix = { - extraOptions = "experimental-features = nix-command flakes"; + extraOptions = "experimental-features = nix-command flakes pipe-operators"; gc = { automatic = true; dates = "Mon 10:00";