README: improve wording a bit

This commit is contained in:
zimbatm 2022-01-17 11:45:01 +01:00
parent 19047287c7
commit 26dd9843a9
No known key found for this signature in database
GPG Key ID: 71BAF6D40C1D63D7

View File

@ -6,8 +6,6 @@
**STATUS: beta**
A cool way to include only what you need.
When using nix within a project, developers often use `src = ./.;` for a
project like this:
@ -25,9 +23,11 @@ files left over by the editor.
The main workaround is to use either `builtins.fetchGit ./.` or one of the
many gitignore filter projects but this is not precise enough. If the
project README changes, it should rebuild the project. If the nix code
changes, it shouldn't rebuild the project. That's why this project exists. I
want total control.
project README changes, it should not rebuild the project. If the nix code
changes, it should not rebuild the project.
This project is a small library that makes it easy to filter in and out what
files should go into a nix derivation.
## Example usage