aboutsummaryrefslogtreecommitdiffhomepage
path: root/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'default.nix')
-rw-r--r--default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/default.nix b/default.nix
index 65c872a..3d380d0 100644
--- a/default.nix
+++ b/default.nix
@@ -12,7 +12,7 @@ let
12in 12in
13 13
14 stdenv.mkDerivation { 14 stdenv.mkDerivation {
15 name = "clever-cli-${version}"; 15 name = "clever-tools-${version}";
16 16
17 buildInputs = [ nodegit nodejs-6_x ]; 17 buildInputs = [ nodegit nodejs-6_x ];
18 18