|
|
|
|
|
by LorenzoGood
561 days ago
|
|
> As a random example, I googled "packaging python for nix" and the top result [1] is just way too complex for something that should be pretty simple. Aware that this is more of a critique about the documentation situation, as opposed to the python packaging situation. However, there is poetry2nix[1]. Which makes packaging look something like this: myPythonApp = mkPoetryApplication { projectDir = ./.; };
[1](https://github.com/nix-community/poetry2nix)(although it has been merged into nixpkgs master) |
|
So we're now getting yet another attempt, this time called pyproject-nix[3].
I'm now considering taking similar stab with common lisp packaging, because the amount of time I lost fighting Nix trying to run a development environment is making me reconsider using Nix at all.
[1] https://github.com/nix-community/poetry2nix#:~:text=announce...
[2] https://pyproject-nix.github.io/pyproject.nix/build.html
[3] https://pyproject-nix.github.io/pyproject.nix