From 3dadd82c89b298f885bd8b1c594356fd248410c8 Mon Sep 17 00:00:00 2001 From: Ross Smyth <18294397+RossSmyth@users.noreply.github.com> Date: Tue, 26 Aug 2025 17:19:41 -0400 Subject: [PATCH] nix: Remove debug ls -al (#14320) --- grammars.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/grammars.nix b/grammars.nix index 371cafb0d..1b4da224b 100644 --- a/grammars.nix +++ b/grammars.nix @@ -87,8 +87,6 @@ $CC -c src/parser.c -o parser.o $FLAGS $CXX -shared -o $NAME.so *.o - ls -al - runHook postBuild '';