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" {