From e6d4025894b1408916eff69709e01260e49bc609 Mon Sep 17 00:00:00 2001 From: Piotr Semenov Date: Tue, 21 May 2024 02:26:34 +0400 Subject: [PATCH] chore: force to run checkPhase (not triggered by default) --- scripts/compile-grammar.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/compile-grammar.sh b/scripts/compile-grammar.sh index 07f41ae..5b2b7b8 100755 --- a/scripts/compile-grammar.sh +++ b/scripts/compile-grammar.sh @@ -15,3 +15,4 @@ nix flake check --impure "$rootDir" cp "$(nix build --impure \ --no-link \ --print-out-paths "$rootDir")"/parigp* "$rootDir/syntaxes/" +nix develop --check --impure "$rootDir"