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