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
- Host: GitHub
- URL: https://github.com/lukateras/vendix
- Owner: lukateras
- License: cc0-1.0
- Created: 2019-08-04T21:00:37.000Z (about 6 years ago)
- Default Branch: trunk
- Last Pushed: 2024-12-27T03:06:44.000Z (10 months ago)
- Last Synced: 2025-02-22T01:35:11.455Z (8 months ago)
- Topics: c, dyld, macos, nix, nix-store
- Language: C
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: COPYING
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
```