From d09d899d292be4e57453577e4674c00554d346ef Mon Sep 17 00:00:00 2001 From: mediocregopher Date: Wed, 20 Dec 2023 22:37:36 +0100 Subject: Install man pages --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 4a4cb26..90a08bd 100644 --- a/Makefile +++ b/Makefile @@ -18,7 +18,7 @@ install-pamd: install-loadout: @if [ -z "$(HOSTNAME)" ]; then echo "USAGE: make HOSTNAME=... install-loadout"; exit 1; fi - nix-env -i loadout -f default.nix --arg hostConfig "import ./config/$(HOSTNAME).nix" + nix-env -v -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