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:
parent
e91a480949
commit
22c1c12870
1 changed files with 3 additions and 2 deletions
|
@ -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" {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue