From d770543396ebd11356d29c1fc471fcb4c321a03b Mon Sep 17 00:00:00 2001 From: Rutherther Date: Thu, 28 Dec 2023 20:34:55 +0100 Subject: [PATCH] fix: make colorama dependency of vunit propagated --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 4a171b41aefe103bf07cab65375435eab52da21c..654e57cde641547d05915963077cab73f018906c 100644 --- a/flake.nix +++ b/flake.nix @@ -41,7 +41,7 @@ ps.pytest ]; - buildInputs = [ + propagatedBuildInputs = [ ps.colorama ]; })