From c7cb5f23dc24c9df340ff0a70c759bafebac8f39 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fr=C3=A9d=C3=A9ric=20Menou?= Date: Wed, 20 Jun 2018 00:48:03 +0200 Subject: [PATCH] Update README for good measure --- README.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/README.md b/README.md index 1dd270b..3e0c1bb 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,27 @@ # clever-tools-nix + 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 + +```nix +{ pkgs ? import {} }: + +let + clever-tools = pkgs.fetchFromGitHub + { owner = "fmenou"; + repo = "clever-tools-nix"; + rev = "7c2a7868b387ffd064dd14c51f7b18224cdc5c88"; + sha256 = "0r4bc4k90xpq325djvsyix9a6hiabmd4nba14j0plgdrwgzb36rh"; + }; + +in import clever-tools { inherit pkgs; } +``` -- 2.41.0