From 906372630f4c0f92eb6e94f8783fb272b429de50 Mon Sep 17 00:00:00 2001 From: m1kadev <67912368+m1kadev@users.noreply.github.com> Date: Tue, 16 Dec 2025 19:56:04 +0100 Subject: [PATCH] text supported now --- build.exs | 7 ++----- src/index.fxg | 3 +-- 2 files changed, 3 insertions(+), 7 deletions(-) diff --git a/build.exs b/build.exs index dc45c47f11c74fb9e2f9d9e82f712f8c467fcdb3..72d81c0dac328a1ee7aefe10b5a8ddbe82bb4cd2 100644 --- a/build.exs +++ b/build.exs @@ -1,13 +1,10 @@ require Mix +require EEx Mix.install([ {:tzdata, "~> 1.1"} ]) -require EEx - -# hello - Calendar.put_time_zone_database(Tzdata.TimeZoneDatabase) defmodule Builders do @@ -76,7 +73,7 @@ defmodule Builders do ) end -{commit, 0} = System.cmd("lightningcss", ["-V"]) +{commit, 0} = System.cmd("git", ["rev-parse", "HEAD"]) {lightningcss, 0} = System.cmd("lightningcss", ["-V"]) diff --git a/src/index.fxg b/src/index.fxg index 8f9cefcc25fc058fcb770e14a0e6ebb44bf574b9..edeff76f2fb4256cbd6e65cf368c9443f739b0f5 100644 --- a/src/index.fxg +++ b/src/index.fxg @@ -14,5 +14,4 @@ feel free to reach out to me! you can reach me at m1kadev on <#https://discord.c format!("{2}@{0}.{1}", "dupunkto", "org", "mika") - -this code is to filter out all non-<>format! users \ No newline at end of file +??this code is to filter out all non-<>format! users?? \ No newline at end of file