We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee16c91 commit 8bbd971Copy full SHA for 8bbd971
pkgs/flutter/flutter.nix
@@ -137,6 +137,9 @@ let
137
rm -rf $out/bin/cache/dart-sdk
138
ln -sf ${dart} $out/bin/cache/dart-sdk
139
140
+ # Create engine.realm required by Flutter Gradle plugin
141
+ touch $out/bin/cache/engine.realm
142
+
143
# The regular launchers are designed to download/build/update SDK
144
# components, and are not very useful in Nix.
145
# Replace them with simple links and wrappers.
0 commit comments