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

zen: try to fix it but realize it doesn't work

This commit is contained in:
RGBCube 2025-07-31 18:46:19 +03:00
parent 91f3d03ea3
commit 4aa90bb98f
Signed by: RGBCube
SSH key fingerprint: SHA256:CzqbPcfwt+GxFYNnFVCqoN5Itn4YFrshg1TrnACpA5M
5 changed files with 94 additions and 58 deletions

View file

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