| Age | Commit message (Collapse) | Author |
|
find . -type f -executable ! -name '*.sh' -exec grep -L '^#!' {} \; | xargs chmod a-x
|
|
|
|
|
|
|
|
julia.withPackages: fix for overrides not in a registry
|
|
|
|
|
|
|
|
|
|
|
|
Be able to build arbitrary Julia environments in Nixpkgs, in the same style as python.withPackages.
|