From ac95603fc4f972b0779d93f481be58ee873522ae Mon Sep 17 00:00:00 2001 From: Dea Date: Thu, 26 Feb 2026 21:24:50 -0500 Subject: [PATCH] hopefully allows for builds without pipe-operators enabled --- flake.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/flake.nix b/flake.nix index 412d931..dece79e 100644 --- a/flake.nix +++ b/flake.nix @@ -14,6 +14,10 @@ inputs.home-manager.follows = "home-manager"; }; }; + + nixConfig = { + extra-experimental-features = "pipe-operators"; + }; outputs = inputs@{ self, nixpkgs, nixcats, ... }: