Move pastebin-stream configuration directly into the createJsonConfiguration call

master
Sven Slootweg 7 years ago
parent e717d59a4a
commit 57361fe86a

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

Loading…
Cancel
Save