Add conduit and text stuff
This commit is contained in:
parent
b85383530b
commit
b9bb26bd3a
@ -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
|
||||||
];
|
];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user