Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'grammars.nix')
| -rw-r--r-- | grammars.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/grammars.nix b/grammars.nix index 1b4da224..371cafb0 100644 --- a/grammars.nix +++ b/grammars.nix @@ -87,6 +87,8 @@ $CC -c src/parser.c -o parser.o $FLAGS $CXX -shared -o $NAME.so *.o + ls -al + runHook postBuild ''; |