Skip to content

Commit 9b3be24

Browse files
committed
fix Makefile nixpkg-fmt
1 parent 7c68939 commit 9b3be24

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
.PHONY: hoogle pab_servers_all pab_servers_all pab_db clean_db \
66
nix_build_lib nix_build_examples build test accept_pirs watch ghci readme_contents \
7-
format lint requires_nix_shell
7+
format lint requires_nix_shell
88

99
usage:
1010
@echo "usage: make <command> [OPTIONS]"
@@ -99,7 +99,7 @@ nixpkgsfmt: requires_nix_shell
9999
nixpkgs-fmt $(NIX_SOURCES)
100100

101101
nixpkgsfmt_check: requires_nix_shell
102-
nixpkgsfmt --check $(NIX_SOURCES)
102+
nixpkgs-fmt --check $(NIX_SOURCES)
103103

104104
# Check with hlint, currently I couldn't get --refactor to work
105105
lint: requires_nix_shell

0 commit comments

Comments
 (0)