refactor: small changes and update ff addons

This commit is contained in:
matt1432 2024-01-16 23:51:28 -05:00
parent 8a8ea40101
commit cf60a45c4c
5 changed files with 17 additions and 8 deletions
modules/ags

View file

@ -42,7 +42,7 @@ in {
(writeShellApplication {
name = "updateTypes";
runtimeInputs = [ nodejs_18 typescript git ];
runtimeInputs = [nodejs_18 typescript git];
text = ''
if [[ -d /tmp/ags-types ]]; then
rm -r /tmp/ags-types