dream2nix icon indicating copy to clipboard operation
dream2nix copied to clipboard

Simplified nix packaging for various programming language ecosystems [maintainer=@DavHau]

Results 217 dream2nix issues
Sort by recently updated
recently updated
newest added

I'd like to make dream2nix use a certain nodejs version - how do I do that? Thanks

question

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...