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

@ -55,8 +55,9 @@ def main --wrapped [
] | append ($args_split | get 0 | where { $in != "" }) ] | append ($args_split | get 0 | where { $in != "" })
let nix_flags = [ let nix_flags = [
"--option" "accept-flake-config" "true" "--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 []) ] | append ($args_split | get --ignore-errors 1 | default [])
if (uname | get kernel-name) == "Darwin" { if (uname | get kernel-name) == "Darwin" {