Add a helpful comment

This commit is contained in:
Přemysl Eric Janouch 2024-11-25 06:23:32 +01:00
parent ac7a789e5e
commit 742455838e
Signed by: p
GPG Key ID: A0420B94F92B9493

View File

@ -3,6 +3,8 @@
# in all available configurations--Nix introspection is a bit complicated,
# so they're listed explicitly.
# In case of stale checkouts: rm -rf ~/.cache/nix
build() {
echo "$(tput bold)-- Building $*$(tput sgr0)"
nix-build --arg local ${LOCAL:-false} "$@"