Skip to content

Commit

Permalink
hack: trace one more things
Browse files Browse the repository at this point in the history
  • Loading branch information
dpc committed May 17, 2023
1 parent 3894422 commit 0986c5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/android/fetch.nix
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ in
inherit (builtins.trace src src) url;
sha1 = if builtins.hasAttr "sha1" src then src.sha1 else null;
sha256 = if builtins.hasAttr "sha256" src then src.sha256 else null;
} // removeAttrs args [ "sources" ]))
} // removeAttrs (builtins.trace args args) [ "sources" ]))

0 comments on commit 0986c5e

Please sign in to comment.