Add conduit and text stuff

This commit is contained in:
Paul Brinkmeier 2023-03-01 03:46:12 +01:00
parent b85383530b
commit b9bb26bd3a

View File

@ -34,6 +34,10 @@ in
attoparsec attoparsec
safe-exceptions safe-exceptions
transformers transformers
conduit
conduit-extra
bytestring
text
]; ];
}) })
]; ];
@ -41,7 +45,7 @@ in
in in
pkgs.dockerTools.buildImage { pkgs.dockerTools.buildImage {
name = "git.pbrinkmeier.de/paul/jup"; name = "git.pbrinkmeier.de/paul/jup";
tag = "1.4"; tag = "1.5";
contents = [ contents = [
pkgsLinux.graphviz pkgsLinux.graphviz
]; ];