From 2a52d32e0d998828e94c0137edb4500f6002da78 Mon Sep 17 00:00:00 2001 From: Brian Picciano Date: Thu, 6 Jun 2024 12:26:58 +0200 Subject: Add bandcamp-dl --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 516229d..86db4d6 100644 --- a/Makefile +++ b/Makefile @@ -13,7 +13,7 @@ install-rm-keyfile: install-loadout: @if [ -z "$(HOSTNAME)" ]; then echo "USAGE: make HOSTNAME=... install-loadout"; exit 1; fi - nix-env -v -i loadout -f default.nix --arg hostConfig "import ./config/$(HOSTNAME).nix" + nix-env -v --show-trace -i loadout -f default.nix --arg hostConfig "import ./config/$(HOSTNAME).nix" install-fonts: @if [ -z "$(HOSTNAME)" ]; then echo "USAGE: make HOSTNAME=... install-loadout"; exit 1; fi -- cgit v1.2.3