From 0b367f49de575936a683da3f152182a3e1090a36 Mon Sep 17 00:00:00 2001 From: Markus Rudy Date: Tue, 30 Jan 2024 15:22:59 +0100 Subject: [PATCH] use nunki as name in demodir recipe The binary was renamed in b71980eba5600ee8ee3bfdaaa1c38e2f21ed9db9. --- justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/justfile b/justfile index c2be699215..1334cbfcfd 100644 --- a/justfile +++ b/justfile @@ -163,7 +163,7 @@ demodir: d=$(mktemp -d) echo "Creating demo directory at ${d}" nix build .#nunki.cli - cp ./result-cli/bin/cli "${d}/nunki" + cp ./result-cli/bin/nunki "${d}/nunki" cp -R ./deployments/emojivoto "${d}/deployment" nix run .#patch-nunki-image-hashes -- "${d}/deployment" nix run .#kypatch images -- "${d}/deployment" \