mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-22 16:23:57 +01:00
Makefile: Decrease stow verbosity to 1
A verbosity level of 2 was cool during testing, but now that the Makefile has been stable for years at this point, having all that verbosity seems unnecessary. This change still shows when things are stowed, but with less detail than before.
This commit is contained in:
parent
433d335c36
commit
5e75e08f46
2
Makefile
2
Makefile
@ -7,7 +7,7 @@
|
||||
# make uninstall Uninstalls dotfiles
|
||||
# make prune Removes stale links
|
||||
|
||||
verbose ?= 2
|
||||
verbose ?= 1
|
||||
NS_REPO_PATH := $(shell dirname $(realpath $(lastword $(MAKEFILE_LIST))))
|
||||
NS_STOW_OPTIONS := --dir="${NS_REPO_PATH}" --target="${HOME}" --no-folding --verbose=${verbose}
|
||||
NS_STOW_PACKAGES := $(wildcard */)
|
||||
|
Loading…
Reference in New Issue
Block a user