dream2nix
dream2nix copied to clipboard
Simplified nix packaging for various programming language ecosystems [maintainer=@DavHau]
I'd like to make dream2nix use a certain nodejs version - how do I do that? Thanks
When using the pdm module with git dependencies in `pyproject.toml` building the derivations fails. ```toml # pyproject.toml dependencies = [ # "aioftp >=0.22.0", # patched version of aioftp to support...
I extended the interface to access cranes setting `cargoTestExtraArgs` . Users can do so now via `testFlagsExtra` (named like `testFlags` does for `cargoTestFlags`).
falke.nix ``` { # This example flake.nix is pretty generic and the same for all # examples, except when they define devShells or extra packages. description = "d2n Dream2nix example...
Moves pyproject.nix to more recent version(since the current one is quite old). Also switched to using `fetchPypiLegacy` from nixpkgs since pyproject.nix removed it. This shouldn't be merged right now since...
how would you do most flake-like that dream2nix/nixpkgs follows a specific nixpkgs pinned?
PEP 725 has been accepted so it might be good to add support for it in the python modules at some point(by the hard work of the astral, `uv` already...