From a30ed087142d30fea566c8c2b1d3dcdbc782306e Mon Sep 17 00:00:00 2001 From: emptyynes Date: Thu, 2 Oct 2025 05:53:08 +0700 Subject: [PATCH] i gonna fucking kill myself why does this shit not work fuck --- dungeonclub/package.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/dungeonclub/package.nix b/dungeonclub/package.nix index 4980f3a..be6fb6a 100644 --- a/dungeonclub/package.nix +++ b/dungeonclub/package.nix @@ -11,9 +11,7 @@ pkgs.buildDartApplication rec { hash = "sha256-173hcfdhwgma532343dizvhsixhx98a1yi70qgjcwsy98lvx0rsj"; }; - dartDefines = { - GIT_HASH = ""; - }; + dartDefines = [ "GIT_HASH=" ]; autoPubspecLock = ./pubspec.lock; } \ No newline at end of file