From c0d85269db8d255ecdf3133c6c38a499e6dc917b Mon Sep 17 00:00:00 2001 From: Greg Hellings Date: Thu, 4 Dec 2025 22:21:03 +0000 Subject: [PATCH] Speed rebuilds --- home/baseline/xonsh_footer.xsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/baseline/xonsh_footer.xsh b/home/baseline/xonsh_footer.xsh index b8ed214..a1436ca 100644 --- a/home/baseline/xonsh_footer.xsh +++ b/home/baseline/xonsh_footer.xsh @@ -59,7 +59,7 @@ def _rebuild(args): nom build f"/etc/nixos#nixosConfigurations.{hostname}.config.system.build.toplevel" if g`result`: nvd diff /run/current-system result - sudo nixos-rebuild switch + sudo result/bin/switch-to-configuration switch popd aliases['rebuild'] = _rebuild