diff options
author | Hussein Ait-Lahcen <hussein.ait-lahcen@fretlink.com> | 2018-11-05 17:24:54 +0100 |
---|---|---|
committer | Hussein Ait-Lahcen <hussein.ait-lahcen@fretlink.com> | 2018-11-05 17:24:54 +0100 |
commit | 63d289fd2f02a4d45e60f61e11f8dd9d3b4963fc (patch) | |
tree | 34925fa26e5637e93a5d779deddff27322e9529b | |
parent | e2b929c37d847f5e63ded68c8f5ae90a4ec2d77b (diff) | |
download | clever-tools-nix-63d289fd2f02a4d45e60f61e11f8dd9d3b4963fc.tar.gz clever-tools-nix-63d289fd2f02a4d45e60f61e11f8dd9d3b4963fc.tar.zst clever-tools-nix-63d289fd2f02a4d45e60f61e11f8dd9d3b4963fc.zip |
introduce changelog and update readme
-rw-r--r-- | CHANGELOG.md | 9 | ||||
-rw-r--r-- | README.md | 8 |
2 files changed, 9 insertions, 8 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..3b37960 --- /dev/null +++ b/CHANGELOG.md | |||
@@ -0,0 +1,9 @@ | |||
1 | ## 1.1.0 | ||
2 | |||
3 | * Get rid of nodegit, not being used anymore by clever-tools. | ||
4 | * Fix harcoded binary offsets used by `zeit/pkg` (which bundle the executable). | ||
5 | |||
6 | ## 0.9.3 | ||
7 | |||
8 | * Use patchelf to make the binaries nix-compliant. | ||
9 | * Introduce custom `nodegit` derivation. | ||
@@ -2,14 +2,6 @@ | |||
2 | 2 | ||
3 | Nix derivation to install clever-tools - see https://github.com/CleverCloud/clever-tools | 3 | Nix derivation to install clever-tools - see https://github.com/CleverCloud/clever-tools |
4 | 4 | ||
5 | ## What's in it | ||
6 | |||
7 | 2 derivations to install | ||
8 | - nodegit.node 0.20.3 for node v51, from prebuilt archive | ||
9 | - clever-tools 0.9.3, from prebuilt archive | ||
10 | |||
11 | Main job of those derivations is to use patchelf to make it nix compliant. | ||
12 | |||
13 | ## How to use it | 5 | ## How to use it |
14 | 6 | ||
15 | [See the example.nix](https://github.com/fretlink/clever-tools-nix/blob/master/example.nix) | 7 | [See the example.nix](https://github.com/fretlink/clever-tools-nix/blob/master/example.nix) |