From 0503dff078311d72892eb6c90fb6e3a4eb06fc81 Mon Sep 17 00:00:00 2001 From: emptyynes Date: Thu, 2 Oct 2025 04:59:48 +0700 Subject: [PATCH] more tests --- dungeonclub/package.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dungeonclub/package.nix b/dungeonclub/package.nix index 18d14d1..8814b79 100644 --- a/dungeonclub/package.nix +++ b/dungeonclub/package.nix @@ -11,5 +11,5 @@ pkgs.buildDartApplication rec { # hash = "sha256-U6enz8yJcc4Wf8m54eYIAnVg/jsGi247Wy8lp1r1wg4="; }; - pubspecLockFile = ./pubspec.lock; + autoPubspecLock = ./pubspec.lock; } \ No newline at end of file