diff options
author | mediocregopher <mediocregopher@gmail.com> | 2023-12-20 22:37:36 +0100 |
---|---|---|
committer | mediocregopher <mediocregopher@gmail.com> | 2023-12-20 22:37:36 +0100 |
commit | d09d899d292be4e57453577e4674c00554d346ef (patch) | |
tree | f801d09a88d42834fa5790fb34b6d17ce0cff651 /Makefile | |
parent | 49d2bf673c0b38b8a55f7cc8e271427e2a146f5b (diff) |
Install man pages
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |