From 22c1c12870576f2087024e80dcb973e7488fa85b Mon Sep 17 00:00:00 2001 From: RGBCube Date: Thu, 31 Jul 2025 14:49:13 +0300 Subject: [PATCH] rebuild: add pipe-operators option --- rebuild.nu | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/rebuild.nu b/rebuild.nu index 80132df..1544bef 100755 --- a/rebuild.nu +++ b/rebuild.nu @@ -55,8 +55,9 @@ def main --wrapped [ ] | append ($args_split | get 0 | where { $in != "" }) let nix_flags = [ - "--option" "accept-flake-config" "true" - "--option" "eval-cache" "false" + "--option" "accept-flake-config" "true" + # "--option" "eval-cache" "false" + "--option" "extra-experimental-features" "pipe-operators" ] | append ($args_split | get --ignore-errors 1 | default []) if (uname | get kernel-name) == "Darwin" {