forked from Fediversity/Fediversity
remove unused JSON-serialized args (sources)
This commit is contained in:
parent
9a2927e96b
commit
bfe0f422c7
1 changed files with 0 additions and 8 deletions
|
@ -66,14 +66,6 @@ in
|
||||||
|
|
||||||
'
|
'
|
||||||
let
|
let
|
||||||
args = builtins.fromJSON "${
|
|
||||||
lib.replaceStrings [ "\"" ] [ "\\\\\"" ] (
|
|
||||||
lib.strings.toJSON {
|
|
||||||
inherit sources;
|
|
||||||
}
|
|
||||||
)
|
|
||||||
}";
|
|
||||||
inherit (args) sources;
|
|
||||||
configuration = { pkgs, config, ... }: {
|
configuration = { pkgs, config, ... }: {
|
||||||
imports = [
|
imports = [
|
||||||
${pathToRoot}/deployment/check/common/sharedOptions.nix
|
${pathToRoot}/deployment/check/common/sharedOptions.nix
|
||||||
|
|
Loading…
Add table
Reference in a new issue