Python: Difference between revisions
Described and linked solutions to use pixi environment manager with nixos |
Add section |
||
Line 109: | Line 109: | ||
* Prefix library paths using wrapProgram utility. | * Prefix library paths using wrapProgram utility. | ||
==== | ==== Using nix-ld ==== | ||
nix-ld<ref name=":0" /> allow you to run unpatched dynamic binaries on NixOS. | nix-ld<ref name=":0" /> allow you to run unpatched dynamic binaries on NixOS. | ||
==== Using nix-shell ==== | |||
The following configuration automatically fix the dependencies:<syntaxhighlight lang="nixos" line="1"> | The following configuration automatically fix the dependencies:<syntaxhighlight lang="nixos" line="1"> |