mirror of
https://github.com/NixOS/nix
synced 2025-06-24 18:01:16 +02:00
8 lines
175 B
Makefile
8 lines
175 B
Makefile
|
|
.PHONY: format
|
|
print-top-help += echo ' format: Format source code'
|
|
|
|
# This uses the cached .pre-commit-hooks.yaml file
|
|
fmt_script := $(d)/format.sh
|
|
format:
|
|
@$(fmt_script)
|