about summary refs log tree commit diff
path: root/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'default.nix')
-rw-r--r--default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/default.nix b/default.nix
index f61d83153d76..e2c1a5650fcf 100644
--- a/default.nix
+++ b/default.nix
@@ -18,6 +18,7 @@ with pkgs; buildGoPackage rec {
   src = ./.;
   goPackagePath = "github.com/tazjin/kontemplate";
   goDeps = ./deps.nix;
+  buildInputs = [ parallel ];
 
   # Enable checks and configure check-phase to include vet:
   doCheck = true;