mirror of
https://github.com/NixOS/nix.git
synced 2024-11-22 06:42:28 +00:00
9 lines
175 B
Makefile
9 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)
|