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

Hello, I'm a nix n00b and am still learning this process... honestly I should probably just use some docker build scripts, but I really like the ability of nix to...

`pdm info --env` ``` { "implementation_name": "cpython", "implementation_version": "3.11.8", "os_name": "posix", "platform_machine": "x86_64", "platform_release": "6.1.82", "platform_system": "Linux", "platform_version": "#1-NixOS SMP PREEMPT_DYNAMIC Fri Mar 15 18:27:50 UTC 2024", "python_full_version": "3.11.8", "platform_python_implementation":...

Automated changes by the [update-flake-lock](https://github.com/DeterminateSystems/update-flake-lock) GitHub Action. ``` Flake lock file updates: • Updated input 'nixpkgs': 'github:NixOS/nixpkgs/4284c2b73c8bce4b46a6adf23e16d9e2ec8da4bb?narHash=sha256-i4vJL12/AdyuQuviMMd1Hk2tsGt02hDNhA0Zj1m16N8%3D' (2024-07-05) → 'github:NixOS/nixpkgs/b96f849e725333eb2b1c7f1cb84ff102062468ba?narHash=sha256-LB3jqSGW5u1ZcUcX6vO/qBOq5oXHlmOCxsTXGMEitp4%3D' (2024-08-30) ``` ### Running GitHub Actions on this PR GitHub...

dependencies

It would be nice if the crane module could be brought up-to-date with the latest from https://github.com/ipetkov/crane. @yusdacra are you the primary maintainer for this module given its use in...

Hey I'm trying to use dream2nix to build a python application, with a single application it works however. I have a library which I also develop which is used in...

...as we have meanwhile upstreamed it and the vendored version doesn't work with the latest mkdocs while the one in nixpkgs has been fixed.

Adding torch to a project on mac failed as there are no cudaPackages. The fix should only enable cuda if Linux is detected.

### Description Starting from Nix 2.20, an error appears when evaluating a Rust derivation built with dream2nix's `rust-cargo-lock` and `buildRustPackage`: ``` error: Cannot find Git revision 'a1bf3a613f451af7fc0a59411c56abc47fe8e8e1' in ref 'refs/heads/master'...

Basic idea for lock invalidation in pdm. This would fix https://github.com/nix-community/dream2nix/issues/999 but isn't exactly complete. All this does is pull the hash from the lock file, and manually calculate the...

I'm building a python project that includes jinja templates and css files. Unfortunately it seems like the dream2nix pip module doesn't support [setuptools package-data](https://setuptools.pypa.io/en/stable/userguide/datafiles.html#package-data) as those files are not included...