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
trafficstars

The pip module locks successfully, but when evaluating, it defaults to load the top-level source from the lock file, which crashes because `sha256 = null`.

bug
python

Brilliant work. I don't like the name. I hope I'm allowed that. How about nixitall ?

Right now, pip module forbids doing that: https://github.com/nix-community/dream2nix/blob/548ced938de2b007f40a3dc3e5d156ff58555cdc/v1/nix/pkgs/fetchPipMetadata/src/fetch_pip_metadata/lock_file_from_report.py#L136-L141 Although it seems a good idea, the fact is that one could overcome that circle later, using overrides. However, since you cannot...

Hey, congrats on getting the modules into main! I was trying to render docs for the flake-parts modules, but I couldn't figure out the separation between modules that you use...

With a brand new dream2nix, generated by following the instructions on https://nix-community.github.io/dream2nix/guides/getting-started-python.html#build-the-project, the devShell is missing most of what it should have. For example: flake.nix: ```nix { inputs.dream2nix.url = "github:nix-community/dream2nix";...

Would be great to have support for private registries, i.e https://fontawesome.com/docs/web/setup/packages

The `overrideSource` currently accepts only gzipped tarballs (`.tar.gz`). As the `outPath` of a flake input is a plain directory inside Nix store, there's a practical need to be able to...

Within the same project, if I `npm install` with npm 7 or 8, dream2nix works. If I `npm install` with npm 9 (which uses new package-lock.json version 3, instead of...

bug
enhancement

is there a reason why python is in some packages fixed to `python38` and in others to `python39`? --- /nix/store/xl6q8j50a5lcf0ixxpxnlyvnxk7ybd3l-python3.8-odoo-16.0/bin/odoo ``` /nix/store/xl6q8j50a5lcf0ixxpxnlyvnxk7ybd3l-python3.8-odoo-16.0/bin/odoo 2023-06-28 13:39:23,536 448402 INFO ? odoo: Odoo version...

I've got a python poetry project that uses a version of `torch` - this requires cuda to be available. The package itself fails to build with the following error: ```...