]> git.immae.eu Git - github/fretlink/clever-tools-nix.git/blob - README.md
upgrade to 1.1.0 and get rid of nodegit
[github/fretlink/clever-tools-nix.git] / README.md
1 # clever-tools-nix
2
3 Nix derivation to install clever-tools - see https://github.com/CleverCloud/clever-tools
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
14
15 [See the example.nix](https://github.com/fretlink/clever-tools-nix/blob/master/example.nix)