kinda testing dungeonclub

This commit is contained in:
emptyynes 2025-10-02 04:33:03 +07:00
parent 0af2f42c1f
commit 309adacfa4
8 changed files with 81 additions and 8 deletions

15
dungeonclub/package.nix Normal file
View file

@ -0,0 +1,15 @@
{ pkgs }:
pkgs.buildDartApplication rec {
pname = "dungeonclub";
version = "1.1";
src = pkgs.fetchFromGitHub {
owner = "doodlezucc";
repo = "dungeonclub";
rev = "master";
hash = "sha256-U6enz8yJcc4Wf8m54eYIAnVg/jsGi247Wy8lp1r1wg4=";
};
pubspecLockFile = ./pubspec.lock;
}