Skip to content

Commit

Permalink
use nunki as name in demodir recipe
Browse files Browse the repository at this point in the history
The binary was renamed in b71980e.
  • Loading branch information
burgerdev committed Jan 30, 2024
1 parent 96a5972 commit 0b367f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -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" \
Expand Down

0 comments on commit 0b367f4

Please sign in to comment.