~ruther/vhdl-i2c

d770543396ebd11356d29c1fc471fcb4c321a03b — Rutherther 1 year, 6 months ago 461b643
fix: make colorama dependency of vunit propagated
1 files changed, 1 insertions(+), 1 deletions(-)

M flake.nix
M flake.nix => flake.nix +1 -1
@@ 41,7 41,7 @@
            ps.pytest
          ];

          buildInputs = [
          propagatedBuildInputs = [
            ps.colorama
          ];
        })