just: Split check command into check and check-lite

This commit is contained in:
SebastianStork 2026-02-14 21:59:25 +01:00
parent 8f61e81e81
commit da9eceda88
Signed by: SebastianStork
SSH key fingerprint: SHA256:iEM011ogNMG1q8+U500adGu/9rpPuZ2KnFtbdLeqTiI

View file

@ -10,6 +10,9 @@ fmt:
nix fmt nix fmt
check: check:
nix flake check
check-lite:
nix flake check --no-build nix flake check --no-build
repair: repair: