13 lines
348 B
Markdown
13 lines
348 B
Markdown
|
|
# 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
|