Skip to content

Commit 1eebe44

Browse files
committed
nix: integrate fastlane fork
1 parent d7db953 commit 1eebe44

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

nix/default.nix

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ let
2828
dart = self.callPackage ../third_party/nixpkgs/dart {
2929
inherit (super) stdenv fetchurl unzip;
3030
};
31+
fastlane = self.callPackage ../third_party/nixpkgs/fastlane {
32+
inherit (super) stdenv bundlerEnv ruby bundlerUpdateScript makeWrapper;
33+
};
3134
})
3235
(self: super: {
3336
flutterPackages =

0 commit comments

Comments
 (0)