Move pastebin-stream configuration directly into the createJsonConfiguration call

master
Sven Slootweg 7 years ago
parent e717d59a4a
commit 57361fe86a

@ -8,7 +8,9 @@
in
{errorPath, debugMode ? false, rev, sha256}:
let
configuration = {
configurationFile = createJsonConfiguration {
name = "pastebin-stream-configuration.json";
contents = {
errors = {
directory = errorPath;
};
@ -21,10 +23,6 @@
};
};
};
configurationFile = createJsonConfiguration {
name = "pastebin-stream-configuration.json";
contents = configuration;
};
in
nodeApplication {

Loading…
Cancel
Save