Created
August 11, 2016 11:05
-
-
Save expipiplus1/167c9c431ade9bf1f58961547fe2199f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# If this source is local, strip a bunch of things from the source before | |
# building to make the has change a little less. | |
mkDerivation = | |
args: super.mkDerivation (args // ( | |
if (args ? src) | |
then {src = maybeFilterSource args.src;} | |
else {} | |
)); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment