mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-08-18 18:48:22 +02: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:
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 */)
|
||||
|
Reference in New Issue
Block a user