An open API service indexing awesome lists of open source software.

https://github.com/lukateras/vendix

Filesystem vendoring macOS libc shim
https://github.com/lukateras/vendix

c dyld macos nix nix-store

Last synced: about 2 months ago
JSON representation

Filesystem vendoring macOS libc shim

Awesome Lists containing this project

README

          

```sh
$ nix-build
$ mkdir -p /tmp/nix/store/hello
$ DYLD_INSERT_LIBRARIES=result/lib/libvendix.dylib DYLD_ROOT_PATH=/tmp ls /nix/store
hello
```