find . -type f -executable ! -name '*.sh' -exec grep -L '^#!' {} \; | xargs chmod a-x
Be able to build arbitrary Julia environments in Nixpkgs, in the same style as python.withPackages.