aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorHussein Ait-Lahcen <hussein.ait-lahcen@fretlink.com>2018-11-05 17:24:54 +0100
committerHussein Ait-Lahcen <hussein.ait-lahcen@fretlink.com>2018-11-05 17:24:54 +0100
commit63d289fd2f02a4d45e60f61e11f8dd9d3b4963fc (patch)
tree34925fa26e5637e93a5d779deddff27322e9529b
parente2b929c37d847f5e63ded68c8f5ae90a4ec2d77b (diff)
downloadclever-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.md9
-rw-r--r--README.md8
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.
diff --git a/README.md b/README.md
index ec8e333..3d9894a 100644
--- a/README.md
+++ b/README.md
@@ -2,14 +2,6 @@
2 2
3Nix derivation to install clever-tools - see https://github.com/CleverCloud/clever-tools 3Nix derivation to install clever-tools - see https://github.com/CleverCloud/clever-tools
4 4
5## What's in it
6
72 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
11Main 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)