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

Playing a bit with the new dream2nix but it's not obvious to me how I can make a package depend on an other package defined in the same flake, especially...

# State of the Ecosystem As of today there are no "easy to use" nodejs plug-n-play solutions that both work out of the box, but also provide the important feature...

ecosystem support

Moved configuration of - Python version - Project folder - PyPi snapshot date into the `pyproject.toml` configuration file. Leverages the possibility to create arbitrary configuration in the [tool] table (more...

python

... because currently the docs generator parses the fields from `interface.nix` only. Maybe append also all options starting with `pip.`

documentation
python

The default should be `true`. It should only add the lock file to git when it didn't exist before, as that is the only situation where nix would reject the...

feature-request

# steps 1. clone only the https://github.com/nix-community/dream2nix examples/packages/single-language/python-machine-learning 2. nix run . 3. get error # result ``` lizelive@reese:~/Documents/learn-dream2nix/python-machine-learning]$ nix run ./ error: unable to execute '/nix/store/hp0mmczcd85ylm8slm7ndm9mgqh9ncab-python3.10-someproject-0.1.0/bin/someproject': No such file...

For single language use-cases it could be interesting to integrate dream2nix with pyproject.toml, so that the following workflow becomes possible: ### Workflow ``` $ pip install dream2nix ``` ``` $...

feature-request

eg: use nix repl to explore .config attribute etc.

documentation

The "edit" button on the top right leads to 404's, like https://github.com/nix-community/dream2nix/edit/main/modules/dream2nix/src/intro.md --- I discovered that, trying to edit a broken link [on this](https://nix-community.github.io/dream2nix/modules.html#deprecate-override-functions): > See htop module definition [here](https://github.com/nix-community/dream2nix/blob/main/examples/dream2nix-packages-simple/htop-with-flags/default.nix)....

To test, navigate to the `python-devShell-hello` directory and run `nix develop .#devShells.x86_64-linux.hello`. You will drop into a dev shell with python3.10 and pip package cryptography 41.0.5 available. I wanted to...