diff options
Diffstat (limited to 'default.nix')
-rw-r--r-- | default.nix | 2 |
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 | |||
12 | in | 12 | in |
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 | ||