Python: Difference between revisions

Johtok (talk | contribs)
Described and linked solutions to use pixi environment manager with nixos
Sdht0 (talk | contribs)
Add section
Line 109: Line 109:
* Prefix library paths using wrapProgram utility.
* Prefix library paths using wrapProgram utility.


==== Setup nix-ld ====
==== 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">