From da9eceda8874bc236e19ba2190e4644b28ac4ec5 Mon Sep 17 00:00:00 2001 From: SebastianStork Date: Sat, 14 Feb 2026 21:59:25 +0100 Subject: [PATCH] just: Split `check` command into `check` and `check-lite` --- justfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/justfile b/justfile index 20e4e8b..e0b05a0 100644 --- a/justfile +++ b/justfile @@ -10,6 +10,9 @@ fmt: nix fmt check: + nix flake check + +check-lite: nix flake check --no-build repair: