0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 21:50:33 +03:00

flutter.buildFlutterApplication: Allow building for the Web

This commit is contained in:
hacker1024 2024-01-18 10:16:55 +11:00
parent b43ee05f4e
commit f51a0b053d
3 changed files with 151 additions and 127 deletions

View file

@ -103,6 +103,9 @@ flutter.buildFlutterApplication {
pname = "firmware-updater";
version = "unstable-2023-04-30";
# To build for the Web, use the flutterHostPlatform argument.
# flutterHostPlatform = "web";
src = fetchFromGitHub {
owner = "canonical";
repo = "firmware-updater";