diff options
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | default.nix | 4 |
2 files changed, 5 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 diff --git a/default.nix b/default.nix index 0955d2e..ee5e159 100644 --- a/default.nix +++ b/default.nix @@ -51,6 +51,10 @@ in rec { pkgs.less pkgs.tmux + pkgs.man + pkgs.man-pages + pkgs.man-pages-posix + git pkgs.mercurial pkgs.breezy # bzr |