]> git.immae.eu Git - github/fretlink/clever-tools-nix.git/commitdiff
introduce changelog and update readme 6/head
authorHussein Ait-Lahcen <hussein.ait-lahcen@fretlink.com>
Mon, 5 Nov 2018 16:24:54 +0000 (17:24 +0100)
committerHussein Ait-Lahcen <hussein.ait-lahcen@fretlink.com>
Mon, 5 Nov 2018 16:24:54 +0000 (17:24 +0100)
CHANGELOG.md [new file with mode: 0644]
README.md

diff --git a/CHANGELOG.md b/CHANGELOG.md
new file mode 100644 (file)
index 0000000..3b37960
--- /dev/null
@@ -0,0 +1,9 @@
+## 1.1.0
+
+* Get rid of nodegit, not being used anymore by clever-tools.
+* Fix harcoded binary offsets used by `zeit/pkg` (which bundle the executable).
+
+## 0.9.3
+
+* Use patchelf to make the binaries nix-compliant.
+* Introduce custom `nodegit` derivation.
index ec8e333b397a22efcc9ac551160c28bb089d1433..3d9894a7ed36bdea12d6d1a369b19182d4bfba47 100644 (file)
--- a/README.md
+++ b/README.md
@@ -2,14 +2,6 @@
 
 Nix derivation to install clever-tools - see https://github.com/CleverCloud/clever-tools
 
-## What's in it
-
-2 derivations to install
-- nodegit.node 0.20.3 for node v51, from prebuilt archive
-- clever-tools 0.9.3, from prebuilt archive
-
-Main job of those derivations is to use patchelf to make it nix compliant.
-
 ## How to use it
 
 [See the example.nix](https://github.com/fretlink/clever-tools-nix/blob/master/example.nix)