From 32876cc5bc0eee82327d4107f54f24c10d1b3376 Mon Sep 17 00:00:00 2001 From: RGBCube Date: Wed, 4 Jun 2025 21:14:24 +0300 Subject: [PATCH] rebuild: dixnix workaround --- rebuild.nu | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rebuild.nu b/rebuild.nu index d6c19ec..7add782 100755 --- a/rebuild.nu +++ b/rebuild.nu @@ -56,7 +56,7 @@ def main --wrapped [ ] | append ($args_split | get --ignore-errors 1 | default []) if (uname | get kernel-name) == "Darwin" { - nh darwin switch . ...$nh_flags -- ...$nix_flags + NH_NO_CHECKS=1 nh darwin switch . ...$nh_flags -- ...$nix_flags if not (xcode-select --install e>| str contains "Command line tools are already installed") { darwin-shadow-xcode-popup @@ -64,7 +64,7 @@ def main --wrapped [ darwin-set-zshrc } else { - nh os switch . ...$nh_flags -- ...$nix_flags + NH_NO_CHECKS=1 nh os switch . ...$nh_flags -- ...$nix_flags } }