Add safe-exceptions and transformers
This commit is contained in:
parent
faa129192e
commit
b85383530b
@ -32,14 +32,16 @@ in
|
|||||||
hmatrix
|
hmatrix
|
||||||
cassava
|
cassava
|
||||||
attoparsec
|
attoparsec
|
||||||
|
safe-exceptions
|
||||||
|
transformers
|
||||||
];
|
];
|
||||||
})
|
})
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
in
|
in
|
||||||
pkgs.dockerTools.buildImage {
|
pkgs.dockerTools.buildImage {
|
||||||
name = "pbri/jup";
|
name = "git.pbrinkmeier.de/paul/jup";
|
||||||
tag = "1.3";
|
tag = "1.4";
|
||||||
contents = [
|
contents = [
|
||||||
pkgsLinux.graphviz
|
pkgsLinux.graphviz
|
||||||
];
|
];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user