https://github.com/atry/nix-ld-so-cache-test
https://github.com/atry/nix-ld-so-cache-test
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/atry/nix-ld-so-cache-test
- Owner: Atry
- License: unlicense
- Created: 2023-08-12T22:15:48.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-12T22:27:00.000Z (almost 3 years ago)
- Last Synced: 2025-05-16T05:37:13.445Z (about 1 year ago)
- Language: Nix
- Size: 3.91 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
This repository demonstrates how to fix https://github.com/cachix/devenv/issues/773 by using `NIX_LD_SO_CACHE` introduced by https://github.com/NixOS/nixpkgs/pull/248777
By using `NIX_LD_SO_CACHE` with `nixpkgs` from https://github.com/Atry/nixpkgs/tree/NIX_LD_SO_CACHE, the following command will work without any error:
```
nix develop --impure
```