diff options
| author | EuAndreh <eu@euandre.org> | 2021-02-03 09:17:51 -0300 |
|---|---|---|
| committer | EuAndreh <eu@euandre.org> | 2021-02-03 09:18:04 -0300 |
| commit | dcf9c266d43e5a84981bf51e97275aca3072a955 (patch) | |
| tree | 3e750dc735b961a393fd3ab314e759655795c99f /Makefile | |
| parent | fake-symlinks: Add tests/lib.sh (diff) | |
| download | dotfiles-dcf9c266d43e5a84981bf51e97275aca3072a955.tar.gz dotfiles-dcf9c266d43e5a84981bf51e97275aca3072a955.tar.xz | |
assert-nixfmt.sh: Only run when nixfmt is available
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ check: sh aux/assert-shellcheck.sh sh aux/assert-todos.sh - sh aux/assert-nixfmt.sh ||: + sh aux/assert-nixfmt.sh sh sh/templates/aux/assert-clang-format.sh .PHONY: clean |
