Unnamed repository; edit this file 'description' to name the repository.
nix: Remove debug ls -al (#14320)
Ross Smyth 6 months ago
parent 5a8fb73 · commit 3dadd82
-rw-r--r--grammars.nix2
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
'';