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 d7db953 commit 1eebe44Copy full SHA for 1eebe44
nix/default.nix
@@ -28,6 +28,9 @@ let
28
dart = self.callPackage ../third_party/nixpkgs/dart {
29
inherit (super) stdenv fetchurl unzip;
30
};
31
+ fastlane = self.callPackage ../third_party/nixpkgs/fastlane {
32
+ inherit (super) stdenv bundlerEnv ruby bundlerUpdateScript makeWrapper;
33
+ };
34
})
35
(self: super: {
36
flutterPackages =
0 commit comments