From 47231417cc62584167dad80e2c5ab149eab5721d Mon Sep 17 00:00:00 2001 From: Ryan Lahfa Date: Sun, 1 Sep 2024 17:20:37 +0200 Subject: [PATCH] feat(liminix-rebuild): support hive names directly Thanks @catvayor, I'm so dumb. Signed-off-by: Ryan Lahfa --- scripts/liminix-rebuild.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/liminix-rebuild.sh b/scripts/liminix-rebuild.sh index 1e36a84..cf8e100 100755 --- a/scripts/liminix-rebuild.sh +++ b/scripts/liminix-rebuild.sh @@ -23,7 +23,7 @@ if [ -z "$target_host" ] ; then exit 1 fi -if toplevel="$@"; then +if toplevel="$(nom-build $(colmena eval -E "{ nodes, ... }: nodes.$@.config.system.outputs.systemConfiguration" --instantiate))"; then echo systemConfiguration $toplevel min-copy-closure $target_host $toplevel $ssh_command $target_host $toplevel/bin/install