mirror of
https://github.com/RGBCube/ncc
synced 2025-07-29 11:07:44 +00:00
rebuild: dixnix workaround
This commit is contained in:
parent
42d35c6d9a
commit
32876cc5bc
1 changed files with 2 additions and 2 deletions
|
@ -56,7 +56,7 @@ def main --wrapped [
|
||||||
] | 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" {
|
||||||
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") {
|
if not (xcode-select --install e>| str contains "Command line tools are already installed") {
|
||||||
darwin-shadow-xcode-popup
|
darwin-shadow-xcode-popup
|
||||||
|
@ -64,7 +64,7 @@ def main --wrapped [
|
||||||
|
|
||||||
darwin-set-zshrc
|
darwin-set-zshrc
|
||||||
} else {
|
} else {
|
||||||
nh os switch . ...$nh_flags -- ...$nix_flags
|
NH_NO_CHECKS=1 nh os switch . ...$nh_flags -- ...$nix_flags
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue