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