make deploy: --show-trace

This commit is contained in:
tv 2016-02-14 13:27:42 +01:00
parent e890eb244a
commit 6150679d74
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ execute = \
deploy:
$(call execute,populate)
ssh $(target_user)@$(target_host) -p $(target_port) \
nixos-rebuild switch -I $(target_path)
nixos-rebuild switch --show-trace -I $(target_path)
# usage: make LOGNAME=shared system=wolf eval.config.krebs.build.host.name
eval eval.:;@$(call evaluate)