Create a from-source Nix package for oils-for-nix

This commit is contained in:
Nettika 2026-02-14 01:42:45 -08:00
commit 5f14fab320
No known key found for this signature in database
GPG key ID: C357EE70D5027BCC
5 changed files with 194 additions and 0 deletions

12
README.md Normal file
View file

@ -0,0 +1,12 @@
# 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