aboutsummaryrefslogtreecommitdiffhomepage
path: root/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'default.nix')
-rw-r--r--default.nix7
1 files changed, 4 insertions, 3 deletions
diff --git a/default.nix b/default.nix
index 0c12df8..e40d19a 100644
--- a/default.nix
+++ b/default.nix
@@ -1,5 +1,6 @@
1{ pkgs ? import <nixpkgs> {} }: with pkgs; 1{ pkgs ? import <nixpkgs> {} }: with pkgs;
2 2{
3callPackage ./clever-tools { 3 latest = callPackage ./clever-tools {
4 nodegit = callPackage ./nodegit {}; 4 nodegit = callPackage ./nodegit {};
5 };
5} 6}