mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-15 10:46:15 +02:00
67d231c046
This reverts commit619eeb658a
, reversing changes made to1af94bf471
.
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)
|