summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authormediocregopher <mediocregopher@gmail.com>2023-12-20 22:37:36 +0100
committermediocregopher <mediocregopher@gmail.com>2023-12-20 22:37:36 +0100
commitd09d899d292be4e57453577e4674c00554d346ef (patch)
treef801d09a88d42834fa5790fb34b6d17ce0cff651 /Makefile
parent49d2bf673c0b38b8a55f7cc8e271427e2a146f5b (diff)
Install man pages
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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