From 2f325da8ec5464d16e996ac5b8fbd8486a8e6917 Mon Sep 17 00:00:00 2001 From: Phillip Cloud <417981+cpcloud@users.noreply.github.com> Date: Wed, 22 Dec 2021 14:04:07 -0500 Subject: [PATCH] fix: add missing runCommand --- tests/jq/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/jq/default.nix b/tests/jq/default.nix index 4edaf2f..3938b62 100644 --- a/tests/jq/default.nix +++ b/tests/jq/default.nix @@ -1,4 +1,4 @@ -{ lib, poetry2nix, python3 }: +{ lib, poetry2nix, python3, runCommand }: let env = poetry2nix.mkPoetryEnv { python = python3;