plant-it-frontend: init at 0.10.0
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
{
|
||||
lib,
|
||||
flutter326,
|
||||
plant-it,
|
||||
}:
|
||||
|
||||
flutter326.buildFlutterApplication {
|
||||
pname = "plant-it-frontend";
|
||||
inherit (plant-it) version src;
|
||||
sourceRoot = "source/frontend";
|
||||
|
||||
targetFlutterPlatform = "web";
|
||||
|
||||
pubspecLock = lib.importJSON ./pubspec.lock.json;
|
||||
|
||||
meta = plant-it.meta // {
|
||||
description = "Frontend for Plant It";
|
||||
};
|
||||
}
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user