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

https://github.com/lukateras/vendix

macOS libc shim that proxies /nix/store filesystem syscalls to a vendored location
https://github.com/lukateras/vendix

c dyld macos nix nix-store

Last synced: 7 months ago
JSON representation

macOS libc shim that proxies /nix/store filesystem syscalls to a vendored location

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
```