From 61083d4359d379981d4bd838998820199c5d8bb9 Mon Sep 17 00:00:00 2001 From: SebastianStork Date: Sun, 6 Apr 2025 22:04:31 +0200 Subject: [PATCH] Enable the experimental pipe operator --- hosts/shared.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/shared.nix b/hosts/shared.nix index 03d2149..00707ad 100644 --- a/hosts/shared.nix +++ b/hosts/shared.nix @@ -16,6 +16,7 @@ experimental-features = [ "nix-command" "flakes" + "pipe-operators" ]; auto-optimise-store = true; warn-dirty = false;