We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c68939 commit 9b3be24Copy full SHA for 9b3be24
Makefile
@@ -4,7 +4,7 @@
4
5
.PHONY: hoogle pab_servers_all pab_servers_all pab_db clean_db \
6
nix_build_lib nix_build_examples build test accept_pirs watch ghci readme_contents \
7
- format lint requires_nix_shell
+ format lint requires_nix_shell
8
9
usage:
10
@echo "usage: make <command> [OPTIONS]"
@@ -99,7 +99,7 @@ nixpkgsfmt: requires_nix_shell
99
nixpkgs-fmt $(NIX_SOURCES)
100
101
nixpkgsfmt_check: requires_nix_shell
102
- nixpkgsfmt --check $(NIX_SOURCES)
+ nixpkgs-fmt --check $(NIX_SOURCES)
103
104
# Check with hlint, currently I couldn't get --refactor to work
105
lint: requires_nix_shell
0 commit comments