From 5ebd45f8529d8d7a0a35f2fe80834a6a5cb1dd58 Mon Sep 17 00:00:00 2001 From: RGBCube Date: Thu, 15 May 2025 20:10:46 +0300 Subject: [PATCH] rebuild: use nh for darwin --- rebuild.nu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rebuild.nu b/rebuild.nu index b69c984..e835d53 100755 --- a/rebuild.nu +++ b/rebuild.nu @@ -48,7 +48,7 @@ def main --wrapped [ ] | append ($args_split | get --ignore-errors 1 | default []) if (uname | get kernel-name) == "Darwin" { - darwin-rebuild switch --flake (".#" + $host) ...$nix_flags + 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