Nixify software with less effort [maintainer=@DavHau]
Go to file
DavHau 6ad2d9f2eb
Merge pull request #51 from nix-community/dev
Improve nodejs translators and API of builders
2021-11-16 08:45:49 +07:00
docs add template and docs for contributing builder 2021-11-08 11:47:15 +07:00
notes fix node2nix builder 2021-09-22 00:30:56 +01:00
overrides/nodejs document override system 2021-11-07 15:18:28 +07:00
src nodejs builder: fix executing $buildScript 2021-11-15 18:10:22 +07:00
tests add: support git URLs in package-lock parser 2021-10-21 13:45:49 +07:00
.gitignore add: update cli app for automatic package update 2021-10-19 00:23:48 +07:00
checks.nix Tests + refactor externls 2021-10-29 21:18:58 +07:00
flake.lock improve override system 2021-11-07 15:18:28 +07:00
flake.nix improve flake interfaces and apps 2021-11-07 15:18:28 +07:00
LICENSE Initial commit 2021-09-03 17:30:52 +02:00
README.md fix typo in readme 2021-11-07 21:31:24 +07:00

[WIP] dream2nix - A generic framework for 2nix tools

For an example of dream2nix being used in practice, see dreampkgs.


dream2nix is a generic framework for 2nix converters (converting from other build systems to nix).
It focuses on the following aspects:

  • Modularity
  • Customizability
  • Maintainability
  • Nixpkgs Compatibility (not enforcing IFD)
  • Code de-duplication across 2nix converters
  • Code de-duplication in nixpkgs
  • Risk free opt-in FOD fetching (no reproducibility issues)
  • Common UI across 2nix converters
  • Reduce effort to develop new 2nix solutions
  • Exploration and adoption of new nix features
  • Simplified updating of packages

The goal of this project is to create a standardized, generic, modular framework for 2nix 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 UI for all 2nix solutions.

Watch the recent presentation

dream2nix - A generic framework for 2nix tools

Further Reading