Skip to content

Commit

Permalink
[make] Prefer installed deadnix with fallback
Browse files Browse the repository at this point in the history
  • Loading branch information
aeolyus committed Feb 12, 2025
1 parent f470b66 commit 184cd4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nix/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ fmt: ## Format code
.PHONY: lint
lint: ## Lint code
nix fmt --accept-flake-config -- --check .
nix run github:astro/deadnix/main -- --fail
deadnix --fail || nix run github:astro/deadnix/main -- --fail
nix flake check --all-systems --accept-flake-config

.PHONY: help
Expand Down

0 comments on commit 184cd4e

Please sign in to comment.