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