oils-for-unix-from-source/README.md

15 lines
526 B
Markdown
Raw Normal View History

# oils-for-unix from source
```bash
NIXPKGS_ALLOW_INSECURE=1 nix-build .
```
The build uses Python 2 for legacy build scripts. Python 2, marked insecure in nixpkgs, is not present in the final binaries.
## Files
- `oils-for-unix-0.37.0.nix` - from-source Oils
- `mypy-0.780.nix` - mypy 0.780 (last version to support --py2) built without mypyc
2026-02-14 13:19:40 -08:00
- `mypy-extensions-0.4.4.nix` - mypy-extensions pinned to <0.5.0 for mypy 0.780 compatibility
- `typed-ast-1.5.5.nix` - typed-ast for Python 2 AST parsing (removed from nixpkgs)