diff options
-rw-r--r-- | default.nix | 2 |
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 @@ | |||
1 | with import <nixpkgs> {}; | 1 | { pkgs ? import <nixpkgs> {} }: with pkgs; |
2 | 2 | ||
3 | callPackage ./clever-tools { | 3 | callPackage ./clever-tools { |
4 | nodegit = callPackage ./nodegit {}; | 4 | nodegit = callPackage ./nodegit {}; |