Skip to content

Commit

Permalink
flutter: move build-support/flutter to flutter directory
Browse files Browse the repository at this point in the history
To concentrate all flutter-related infrastructure in a single directory tree.
  • Loading branch information
AndersonTorres committed Aug 28, 2024
1 parent 8a2f45a commit dcce48e
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 dcce48e

Please sign in to comment.