From f30ec5470d9b79271a74a844068156f6af2fcd96 Mon Sep 17 00:00:00 2001 From: Emile Clark-Boman Date: Mon, 9 Feb 2026 09:37:05 +1000 Subject: [PATCH] nixConfig pipe-operators --- flake.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/flake.nix b/flake.nix index c801833..dccbe24 100644 --- a/flake.nix +++ b/flake.nix @@ -13,6 +13,10 @@ }; }; + nixConfig = { + extra-experimental-features = "pipe-operators"; + }; + outputs = { self, systems,