Skip to content

Commit

Permalink
flutter: move build-support/flutter to flutter directory (#332623)
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagokokada authored Sep 13, 2024
2 parents 01f064c + a0f3c9a commit 303f08f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion pkgs/development/compilers/flutter/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ let
(mkCustomFlutter args).overrideAttrs (prev: next: {
passthru = next.passthru // rec {
inherit wrapFlutter mkCustomFlutter mkFlutter;
buildFlutterApplication = callPackage ../../../build-support/flutter { flutter = wrapFlutter (mkCustomFlutter args); };
buildFlutterApplication = callPackage ./build-support/build-flutter-application.nix { flutter = wrapFlutter (mkCustomFlutter args); };
};
});

Expand Down

0 comments on commit 303f08f

Please sign in to comment.