https://github.com/atry/devenv-ld-floxlib
https://github.com/atry/devenv-ld-floxlib
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/atry/devenv-ld-floxlib
- Owner: Atry
- License: unlicense
- Created: 2024-03-18T22:14:34.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-18T22:45:50.000Z (about 2 years ago)
- Last Synced: 2025-01-20T22:13:07.878Z (over 1 year ago)
- Language: Nix
- Size: 8.79 KB
- Stars: 2
- 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 [ld-floxlib](https://github.com/flox/ld-floxlib)
By adding some [LD_AUDIT settings](https://github.com/Atry/devenv-ld-floxlib/blob/23d49d4b2f7741141c86ef11b50b5d898fbdb519/flake.nix#L30-L39), the following command will work without any error:
```
nix develop --impure
```