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 84ed9be..0c12df8 100644
--- a/default.nix
+++ b/default.nix
@@ -1,4 +1,4 @@
1with import <nixpkgs> {}; 1{ pkgs ? import <nixpkgs> {} }: with pkgs;
2 2
3callPackage ./clever-tools { 3callPackage ./clever-tools {
4 nodegit = callPackage ./nodegit {}; 4 nodegit = callPackage ./nodegit {};