1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-08-02 13:07:46 +00:00

rebuild: add pipe-operators option

This commit is contained in:
RGBCube 2025-07-31 14:49:13 +03:00
parent e91a480949
commit 22c1c12870
Signed by: RGBCube
SSH key fingerprint: SHA256:CzqbPcfwt+GxFYNnFVCqoN5Itn4YFrshg1TrnACpA5M

View file

@ -56,7 +56,8 @@ def main --wrapped [
let nix_flags = [
"--option" "accept-flake-config" "true"
"--option" "eval-cache" "false"
# "--option" "eval-cache" "false"
"--option" "extra-experimental-features" "pipe-operators"
] | append ($args_split | get --ignore-errors 1 | default [])
if (uname | get kernel-name) == "Darwin" {