Create a from-source Nix package for oils-for-nix
This commit is contained in:
commit
5f14fab320
5 changed files with 194 additions and 0 deletions
12
README.md
Normal file
12
README.md
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue