Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nix-community/dream2nix
Simplified nix packaging for various programming language ecosystems [maintainer=@DavHau]
https://github.com/nix-community/dream2nix
2nix dream-to-nix hacktoberfest lang2nix nix nix-community-buildbot nixos nodejs package-management reproducibility rust
Last synced: 2 days ago
JSON representation
Simplified nix packaging for various programming language ecosystems [maintainer=@DavHau]
- Host: GitHub
- URL: https://github.com/nix-community/dream2nix
- Owner: nix-community
- License: mit
- Created: 2021-09-03T15:30:51.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-01-17T18:34:06.000Z (8 days ago)
- Last Synced: 2025-01-19T18:03:57.327Z (6 days ago)
- Topics: 2nix, dream-to-nix, hacktoberfest, lang2nix, nix, nix-community-buildbot, nixos, nodejs, package-management, reproducibility, rust
- Language: Nix
- Homepage: https://dream2nix.dev
- Size: 24.7 MB
- Stars: 1,068
- Watchers: 15
- Forks: 127
- Open Issues: 199
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- stars - nix-community/dream2nix
- awesome-nix - dream2nix - A framework for automatically converting packages from other build systems to Nix. (Development / Discovery)
- awesome-starred - nix-community/dream2nix - Simplified nix packaging for various programming language ecosystems [maintainer=@DavHau] (Nix)
- awesome-starred - nix-community/dream2nix - Simplified nix packaging for various programming language ecosystems [maintainer=@DavHau] (Nix)
README
Automate reproducible packaging for various language ecosystems
Documentation |
Example Repo |
Example Repo Flake |
Example Packages!!! warning
dream2nix is unstable software. While simple UX is one of our main focus points, the APIs are still under development. Do expect changes that will break your setup.
### legacy dream2nix
Dream2nix is currently in the process of being refactored to make use of drv-parts. Not all features and subsystems are migrated yet. If you prefer continue using the `makeFlakeOutputs` interface, please refer to the [legacy branch](https://github.com/nix-community/dream2nix/tree/legacy) of dream2nix.
### Funding
This project was funded through the [NGI Assure](https://nlnet.nl/assure) Fund, a fund established by [NLnet](https://nlnet.nl/) with financial support from the European Commission's [Next Generation Internet](https://ngi.eu/) programme, under the aegis of DG Communications Networks, Content and Technology under grant agreement No 957073. **Applications are still open, you can [apply today](https://nlnet.nl/propose)**.
If your organization wants to support the project with extra funding in order to add support for more languages or new features, please contact one of the maintainers.
### Documentation
[👉 To the docs](https://dream2nix.dev)
### Presentations
- [👉 2023: dream2nix based on drv-parts](https://www.youtube.com/watch?v=AsCvRZukX0E)
- [👉 2021: Original dream2nix presentation](https://www.youtube.com/watch?v=jqCfHMvCsfQ) (Examples are outdated)### Get in touch
[👉 matrix chat room](https://matrix.to/#/#dream2nix:nixos.org)
### Contribute
[👉 GitHub repo](https://github.com/nix-community/dream2nix)
[👉 issues](https://github.com/nix-community/dream2nix/issues)
### Goals
dream2nix focuses on the following aspects:
- Modularity
- Customizability
- Maintainability
- Code de-duplication across 2nix solutions
- Common UI across 2nix solutions
- Reduce effort to develop new 2nix solutions
- Exploration and adoption of new nix features
- Simplified updating of packagesThe goal of this project is to create a standardized, generic, modular framework for automated packaging solutions, aiming for better flexibility, maintainability and usability.
The intention is to integrate many existing 2nix converters into this framework, thereby improving many of the previously named aspects and providing a unified UX for all 2nix solutions.