Skip to content

Commit

Permalink
Remove fileContents reference
Browse files Browse the repository at this point in the history
  • Loading branch information
ilmotta committed Feb 2, 2025
1 parent c816c4c commit 8242924
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nix/status-go/mobile/build.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
, outputFileName ? "status-go-${source.shortRev}-${platform}.aar" }:

let
inherit (lib) concatStringsSep optionalString optional splitString fileContents;
inherit (lib) concatStringsSep optionalString optional splitString;
isIOS = platform == "ios";
isAndroid = platform == "android";
enforceXCodeAvailable = callPackage ./enforceXCodeAvailable.nix { };
Expand Down

0 comments on commit 8242924

Please sign in to comment.