kinda testing dungeonclub
This commit is contained in:
parent
0af2f42c1f
commit
309adacfa4
8 changed files with 81 additions and 8 deletions
15
dungeonclub/package.nix
Normal file
15
dungeonclub/package.nix
Normal 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;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue