Unnamed repository; edit this file 'description' to name the repository.
nix: Remove debug ls -al (#14320)
| -rw-r--r-- | grammars.nix | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/grammars.nix b/grammars.nix index 371cafb0..1b4da224 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 ''; |