remove mentions of generic in readme

(frameworks are generic by default)
This commit is contained in:
DavHau 2022-02-14 13:19:38 +07:00
parent 68faa2378c
commit 3d66429c69

View File

@ -2,12 +2,12 @@
<img width="400" src="https://gist.githubusercontent.com/DavHau/755fed3774e89c0b9b8953a0a25309fa/raw/e2a12a60ae49aa5eb11b42775abdd1652dbe63c0/dream2nix-01.png">
</p>
## [WIP] dream2nix - A generic framework for 2nix tools
## [WIP] dream2nix - A framework for 2nix tools
For an example of dream2nix being used in practice, see [dreampkgs](https://github.com/DavHau/dreampkgs).
---
dream2nix is a generic framework for 2nix converters (converting from other build systems to nix).
dream2nix is a framework for 2nix converters (converting from other build systems to nix).
It focuses on the following aspects:
- Modularity
@ -24,7 +24,7 @@ It focuses on the following aspects:
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.
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.
### Test the experimental version of dream2nix
There are different ways how dream2nix can be invoked (CLI, flake, In-tree, IFD). A simple way to try out dream2nix is to check out the repository of the software to package and drop this flake.nix inside it: